Explorar el Código

更新 'tasks/charger.wdl'

master
biochenglinliu hace 3 años
padre
commit
28c88de21b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/charger.wdl

+ 2
- 2
tasks/charger.wdl Ver fichero

@@ -22,9 +22,9 @@ task charger{
mkdir ./input/
mkdir ./output/
sed 's/chr//' ${vep_vcf} > ./input/${vep_index}.nochr.vcf
sed 's/chr//' ${vep_vcf} > ./input/$vep_index.nochr.vcf

charger -f ./input/${vep_index}.nochr.vcf \
charger -f ./input/$vep_index.nochr.vcf \
-o ./output/$vep_index.charger.tsv \
-D --inheritanceGeneList ${inheritanceGeneList} \
-l --mac-clinvar-tsv ${clinvar} \

Cargando…
Cancelar
Guardar