Просмотр исходного кода

上传文件至 'tasks'

tags/v0.1.0
lizhihui 4 лет назад
Родитель
Сommit
be210ea4d6
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      tasks/count.wdl

+ 2
- 1
tasks/count.wdl Просмотреть файл

@@ -1,4 +1,5 @@
task count {
File gene_abundance
Array[File] ballgown
String sample_id
String docker
@@ -7,7 +8,7 @@ task count {

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

Загрузка…
Отмена
Сохранить