|
|
@@ -14,7 +14,6 @@ task NGScheckMates { |
|
|
|
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -s 0.1 |
|
|
|
# rename |
|
|
|
mv output_all.txt ${sample_id}_output_all.txt |
|
|
|
mv wd.txt ${sample_id}_wd.txt |
|
|
|
mv output_corr_matrix.txt ${sample_id}_output_corr_matrix.txt |
|
|
|
mv output_matched.txt ${sample_id}_output_matched.txt |
|
|
|
mv r_script.r ${sample_id}_r_script.r |
|
|
@@ -28,7 +27,6 @@ task NGScheckMates { |
|
|
|
} |
|
|
|
output { |
|
|
|
File all_txt="${sample_id}_output_all.txt" |
|
|
|
File ncm="${sample_id}_wd.txt" |
|
|
|
File cor_txt="${sample_id}_output_corr_matrix.txt" |
|
|
|
File matched_txt="${sample_id}_output_matched.txt" |
|
|
|
File r_script="${sample_id}_r_script.r" |