Sfoglia il codice sorgente

add-cluster

master
stead99 5 anni fa
parent
commit
26e9bdf92d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Vedi File

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

Loading…
Annulla
Salva