瀏覽代碼

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

Loading…
取消
儲存