Procházet zdrojové kódy

add string sample_id in ballgown task

tags/v0.1.0
stead99 před 4 roky
rodič
revize
d734486872
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      tasks/ballgown.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/ballgown.wdl Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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,

Načítá se…
Zrušit
Uložit