Bläddra i källkod

revise-tophat

master
stead99 5 år sedan
förälder
incheckning
f1b44bf035
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Visa fil

@@ -20,7 +20,7 @@ task tophat2 {
}

output {
File accepted_hits = baseout + "_accepted_hits.bam"
File unmapped_bam = baseout + "_unmapped.bam"
File accepted_hits = "${baseout}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
}
}

Laddar…
Avbryt
Spara