Ver código fonte

bedtools merge

master
LUYAO REN 5 anos atrás
pai
commit
27c8352090
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/gvcf_homo_ref.wdl

+ 1
- 1
tasks/gvcf_homo_ref.wdl Ver arquivo

@@ -11,7 +11,7 @@ task gvcf_homo_ref {

awk '{ if ($5 == "<NON_REF>") { print } }' ${gvcf} | sed s'/:/\t/'g | awk '{ if($16 >= 30) { print }}' | cut -f1,2,8 | sed s'/END=//g' > ${sample}.filtered.bed

/opt/ccdg/bedtools-2.27.1/bin/bedtools merged -i ${sample}.filtered.bed > ${sample}.homo_ref.bed
/opt/ccdg/bedtools-2.27.1/bin/bedtools merge -i ${sample}.filtered.bed > ${sample}.homo_ref.bed

>>>


Carregando…
Cancelar
Salvar