Browse Source

更新 'workflow.wdl'

tags/v0.1.0
lizhihui 4 years ago
parent
commit
588d492201
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      workflow.wdl

+ 3
- 1
workflow.wdl View File

Int insert_size Int insert_size
Int minimum_length_allowed_for_the_predicted_transcripts Int minimum_length_allowed_for_the_predicted_transcripts
Int Junctions_no_spliced_reads Int Junctions_no_spliced_reads
Int count_length
Float minimum_isoform_abundance Float minimum_isoform_abundance
Float maximum_fraction_of_muliplelocationmapped_reads Float maximum_fraction_of_muliplelocationmapped_reads
String ballgown_docker String ballgown_docker
docker = count_docker, docker = count_docker,
cluster = count_cluster, cluster = count_cluster,
ballgown = stringtie.ballgown, ballgown = stringtie.ballgown,
disk_size = disk_size
disk_size = disk_size,
count_length = count_length
} }
} }

Loading…
Cancel
Save