浏览代码

Fixbug:wd

master
YaqingLiu 4 年前
父节点
当前提交
f458b94dfd
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      tasks/NGScheckMates.wdl

+ 0
- 2
tasks/NGScheckMates.wdl 查看文件

python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -s 0.1 python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -s 0.1
# rename # rename
mv output_all.txt ${sample_id}_output_all.txt 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_corr_matrix.txt ${sample_id}_output_corr_matrix.txt
mv output_matched.txt ${sample_id}_output_matched.txt mv output_matched.txt ${sample_id}_output_matched.txt
mv r_script.r ${sample_id}_r_script.r mv r_script.r ${sample_id}_r_script.r
} }
output { output {
File all_txt="${sample_id}_output_all.txt" File all_txt="${sample_id}_output_all.txt"
File ncm="${sample_id}_wd.txt"
File cor_txt="${sample_id}_output_corr_matrix.txt" File cor_txt="${sample_id}_output_corr_matrix.txt"
File matched_txt="${sample_id}_output_matched.txt" File matched_txt="${sample_id}_output_matched.txt"
File r_script="${sample_id}_r_script.r" File r_script="${sample_id}_r_script.r"

正在加载...
取消
保存