Browse Source

revised workflow

tags/v0.1.0
stead99 5 years ago
parent
commit
1dc7e629e5
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      workflow.wdl

+ 8
- 2
workflow.wdl View File

@@ -10,8 +10,14 @@ workflow {{ project_name }} {
File idx
String idx_prefix
File gtf
String docker
String cluster
String hisat2_docker
String hisat2_cluster
String stringtie_docker
String stringtie_cluster
String samtools_docker
String samtools_cluster
String ballgown_docker
String ballgown_cluster
call hisat2.hisat2 as hisat2 {

Loading…
Cancel
Save