Parcourir la source

更新 'tasks/count.wdl'

tags/v0.1.0
lizhihui il y a 4 ans
Parent
révision
6e99fd9e02
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      tasks/count.wdl

+ 2
- 2
tasks/count.wdl Voir le fichier

@@ -6,8 +6,8 @@ task count {
String disk_size

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

Chargement…
Annuler
Enregistrer