command <<< | command <<< | ||||
cat ${mie_file} | awk '{print $1,$2,$2}' > ${sample_name}.${chromo}.allvariants.bed | |||||
cat ${mie_file} | awk '{print $1"\t"$2"\t"$2}' > ${sample_name}.${chromo}.allvariants.bed | |||||
cat ${mie_file} | grep -v '1:1:1' | awk '{print $1,$2,$2}' > ${sample_name}.${chromo}.mie.bed | |||||
cat ${mie_file} | grep -v '1:1:1' | awk '{print $1"\t"$2"\t"$2}' > ${sample_name}.${chromo}.mie.bed | |||||
>>> | >>> | ||||