Przeglądaj źródła

add string sample_id in ballgown task

tags/v0.1.0
stead99 4 lat temu
rodzic
commit
d734486872
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +1
    -0
      tasks/ballgown.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/ballgown.wdl Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz