Ver código fonte

python file location

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

+ 1
- 1
tasks/two_family_merge.wdl Ver arquivo

@@ -9,7 +9,7 @@ task two_family_merge {
command <<<
cat ${LCL5_trio_vcf} | grep -v '##' > ${family_name}.LCL5.txt
cat ${LCL6_trio_vcf} | grep -v '##' > ${family_name}.LCL6.txt
python opt/merge_two_family.py -LCL5 ${family_name}.LCL5.txt -LCL6 ${family_name}.LCL6.txt -family ${family_name}
python /opt/merge_two_family.py -LCL5 ${family_name}.LCL5.txt -LCL6 ${family_name}.LCL6.txt -family ${family_name}
>>>

runtime {

Carregando…
Cancelar
Salvar