ソースを参照

fix bugs

master
LUYAO REN 6年前
コミット
928eee6a8d
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      tasks/NGScheckMates.wdl

+ 1
- 2
tasks/NGScheckMates.wdl ファイルの表示

@@ -1,7 +1,6 @@
task NGScheckMates {
File fastq_dir
File input_file
File out_dir
String docker
String cluster_config
String disk_size
@@ -10,7 +9,7 @@ task NGScheckMates {
set -o pipefail
set -e
nt=$(nproc)
python ncm_fastq.py -l ${input_file} -pt SNP/SNP.pt –O ./ -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 {

読み込み中…
キャンセル
保存