Ver código fonte

test workflow

master
YaqingLiu 3 anos atrás
pai
commit
3292148b43
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/fastq_ncm.wdl

+ 1
- 1
tasks/fastq_ncm.wdl Ver arquivo

@@ -13,7 +13,7 @@ task fastq_ncm {
set -e
nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate
python /opt/NGSCheckMate/ngscheckmate_fastq -1 ${fq1} -2 ${fq2} /opt/NGSCheckMate/SNP/SNP.pt -p $nt -s ${subsampling_rate} > ${output_id}.vaf
/opt/NGSCheckMate/ngscheckmate_fastq -1 ${fq1} -2 ${fq2} /opt/NGSCheckMate/SNP/SNP.pt -p $nt -s ${subsampling_rate} > ${output_id}.vaf
>>>

runtime {

Carregando…
Cancelar
Salvar