Selaa lähdekoodia

更新 'tasks/spladder.wdl'

tags/v0.0.1
chenqingwang 4 vuotta sitten
vanhempi
commit
26d345ba07
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/spladder.wdl

+ 2
- 2
tasks/spladder.wdl Näytä tiedosto

@@ -1,6 +1,6 @@
task spladder {
String sample_id
File bam_file
File bam
File reference_gtf_file

@@ -16,7 +16,7 @@ task spladder {

mkdir -p ${sample_id}/spladder_out

spladder build --bams ${bam_file} \
spladder build --bams ${bam} \
--annotation ${reference_gtf_file} \
--outdir ${sample_id}/spladder_out

Loading…
Peruuta
Tallenna