LUYAO REN 5 anos atrás
pai
commit
36f248a77a
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/MIEpos2bed.wdl

+ 2
- 2
tasks/MIEpos2bed.wdl Ver arquivo

@@ -8,9 +8,9 @@ task MIEpos2bed {
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

>>>


Carregando…
Cancelar
Salvar