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

task count { task count {
File gene_abundance
Array[File] ballgown Array[File] ballgown
String base=basename(gene_abundance, ".gene.abundance.txt") String base=basename(gene_abundance, ".gene.abundance.txt")
String docker String docker

Loading…
Cancel
Save