Преглед изворни кода

更新 'tasks/count.wdl'

tags/v0.1.0
lizhihui пре 4 година
родитељ
комит
42cd5874b8
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      tasks/count.wdl

+ 2
- 1
tasks/count.wdl Прегледај датотеку

@@ -4,11 +4,12 @@ task count {
String docker
String cluster
String disk_size
Int count_length

command <<<
mkdir -p /cromwell_root/tmp/ballgown/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/${sample_id}
count -i /cromwell_root/tmp/ballgown -l 150 -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
count -i /cromwell_root/tmp/ballgown -l ${count_length} -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>>
runtime {

Loading…
Откажи
Сачувај