Sfoglia il codice sorgente

add string sample_id in ballgown task

tags/v0.1.0
stead99 5 anni fa
parent
commit
d734486872
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +1
    -0
      tasks/ballgown.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/ballgown.wdl Vedi File

task ballgown { task ballgown {
File gene_abundance File gene_abundance
Array[File] ballgown Array[File] ballgown
String sample_id
String docker String docker
String cluster String cluster
String disk_size String disk_size

+ 1
- 0
workflow.wdl Vedi File



call ballgown.ballgown as ballgown { call ballgown.ballgown as ballgown {
input: input:
sample_id = sample_id,
docker = ballgown_docker, docker = ballgown_docker,
cluster = ballgown_cluster, cluster = ballgown_cluster,
ballgown = stringtie.ballgown, ballgown = stringtie.ballgown,

Loading…
Annulla
Salva