# NGS Check mates | |||||
File input_file | File input_file | ||||
File out_dir | File out_dir | ||||
String docker | String docker | ||||
String out_dir = "./" | |||||
String cluster_config | String cluster_config | ||||
String disk_size | String disk_size | ||||
set -o pipefail | set -o pipefail | ||||
set -e | set -e | ||||
nt=$(nproc) | nt=$(nproc) | ||||
python ncm_fastq.py -l ${input_file} -pt SNP/SNP.pt –O ${out_dir} -p $nt -s 0.3 -f | |||||
python ncm_fastq.py -l ${input_file} -pt SNP/SNP.pt –O ./ -p $nt -s 0.3 -f | |||||
>>> | >>> | ||||
runtime { | runtime { |