Browse Source

revised fastqcreen

tags/v0.1.0
stead99 5 years ago
parent
commit
30fb9b8efd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/fastqscreen.wdl

+ 2
- 2
tasks/fastqscreen.wdl View File

File read2 File read2
File screen_ref_dir File screen_ref_dir
File fastq_screen_conf File fastq_screen_conf
String read1name = basename(read1,".fastq.gz")
String read2name = basename(read2,".fastq.gz")
String read1name = sub(basename(read1),"\\.\\S+$", "")
String read2name = sub(basename(read2),"\\.\\S+$", "")
String docker String docker
String cluster String cluster
String disk_size String disk_size

Loading…
Cancel
Save