Ver código fonte

add string sample_id in ballgown task

tags/v0.1.0
stead99 4 anos atrás
pai
commit
d734486872
2 arquivos alterados com 2 adições e 0 exclusões
  1. +1
    -0
      tasks/ballgown.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/ballgown.wdl Ver arquivo

@@ -1,6 +1,7 @@
task ballgown {
File gene_abundance
Array[File] ballgown
String sample_id
String docker
String cluster
String disk_size

+ 1
- 0
workflow.wdl Ver arquivo

@@ -178,6 +178,7 @@ workflow {{ project_name }} {

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

Carregando…
Cancelar
Salvar