ソースを参照

更新 'tasks/count.wdl'

tags/v0.1.0
lizhihui 4年前
コミット
fc92f03a1d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/count.wdl

+ 1
- 1
tasks/count.wdl ファイルの表示

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

読み込み中…
キャンセル
保存