ソースを参照

fastq screen filename match

tags/v0.1
junshang 3年前
コミット
3021a1b662
2個のファイルの変更5行の追加2行の削除
  1. +3
    -0
      .gitignore
  2. +2
    -2
      tasks/fastqscreen.wdl

+ 3
- 0
.gitignore ファイルの表示

@@ -0,0 +1,3 @@
# jun shang samples test ignore
choppy_samples.csv
input_samples_test.txt

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

@@ -3,8 +3,8 @@ task fastq_screen {
File read2
File screen_ref_dir
File fastq_screen_conf
String read1name=sub(basename(read1),"\\.\\S+$", "")
String read2name=sub(basename(read2),"\\.\\S+$", "")
String read1name=sub(basename(read1),"\\.(fastq|fq)\\.gz$", "")
String read2name=sub(basename(read2),"\\.(fastq|fq)\\.gz$", "")
String docker
String cluster_config
String disk_size

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