Browse Source

first commit

master
Zhihui 4 years ago
parent
commit
b6feb11317
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -97,8 +97,8 @@ workflow {{ project_name }} {

call MD5.MD5 as MD5 {
input:
file1 = hisat2.bamqc_zip,
file2 = hisat2.rnaseq_zip,
file1 = qualimapBAMqc.bamqc_zip,
file2 = qualimapRNAseq.rnaseq_zip,
docker = docker,
disk_size = disk_size,
cluster_config=cluster_config

Loading…
Cancel
Save