Bladeren bron

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang 4 jaren geleden
bovenliggende
commit
073745dc39
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. +3
    -0
      tasks/rmats.wdl

+ 3
- 0
tasks/rmats.wdl Bestand weergeven

--nthread 4 \ --nthread 4 \
--od ${sample_id}/output \ --od ${sample_id}/output \
--tmp ${sample_id}/tmp_output --tmp ${sample_id}/tmp_output
find . -depth > fileList.txt
>>> >>>


runtime { runtime {
} }


output { output {
File fileList = "fileList.txt"
Array[File] AS_txt = glob("${sample_id}/output/*.txt") Array[File] AS_txt = glob("${sample_id}/output/*.txt")
Array[File] tmp = glob("${sample_id}/output/tmp/*") Array[File] tmp = glob("${sample_id}/output/tmp/*")
} }

Laden…
Annuleren
Opslaan