Pārlūkot izejas kodu

revise-tophat

master
stead99 pirms 5 gadiem
vecāks
revīzija
f1b44bf035
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Parādīt failu

@@ -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"
}
}

Notiek ielāde…
Atcelt
Saglabāt