|
|
|
|
|
|
|
|
|
|
|
|
|
|
File fq1 |
|
|
File fq1 |
|
|
File fq2 |
|
|
File fq2 |
|
|
String output_id |
|
|
|
|
|
|
|
|
String out_id |
|
|
String subsampling_rate |
|
|
String subsampling_rate |
|
|
String docker |
|
|
String docker |
|
|
String cluster_config |
|
|
String cluster_config |
|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
nt=$(nproc) |
|
|
nt=$(nproc) |
|
|
export NCM_HOME=/opt/NGSCheckMate |
|
|
export NCM_HOME=/opt/NGSCheckMate |
|
|
/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} > ${out_id}.vaf |
|
|
>>> |
|
|
>>> |
|
|
|
|
|
|
|
|
runtime { |
|
|
runtime { |
|
|
|
|
|
|
|
|
dataDisk:"cloud_ssd " + disk_size + " /cromwell_root/" |
|
|
dataDisk:"cloud_ssd " + disk_size + " /cromwell_root/" |
|
|
} |
|
|
} |
|
|
output { |
|
|
output { |
|
|
File vaf="${output_id}.vaf" |
|
|
|
|
|
|
|
|
File vaf="${out_id}.vaf" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |