浏览代码

add string sample_id in ballgown task

tags/v0.1.0
stead99 4 年前
父节点
当前提交
d734486872
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      tasks/ballgown.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/ballgown.wdl 查看文件

@@ -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 查看文件

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

正在加载...
取消
保存