Browse Source

add gene_abundance file in count task

tags/v0.2.7
stead99 4 years ago
parent
commit
116f6981aa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/count.wdl

+ 1
- 0
tasks/count.wdl View File

@@ -1,4 +1,5 @@
task count {
File gene_abundance
Array[File] ballgown
String base=basename(gene_abundance, ".gene.abundance.txt")
String docker

Loading…
Cancel
Save