Переглянути джерело

上传文件至 'tasks'

tags/v0.1.0
lizhihui 4 роки тому
джерело
коміт
be210ea4d6
1 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      tasks/count.wdl

+ 2
- 1
tasks/count.wdl Переглянути файл

task count { task count {
File gene_abundance
Array[File] ballgown Array[File] ballgown
String sample_id String sample_id
String docker String docker


command <<< command <<<
mkdir -p /cromwell_root/tmp/${sample_id} 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 count -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>> >>>

Завантаження…
Відмінити
Зберегти