Il sito funziona meglio con JavaScript.
Home
Esplora
Drone
Aiuto
Accedi
jingchengyang
/
rna-seq-tophat
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
revise-tophat2
master
stead99
5 anni fa
parent
695f6c46b2
commit
479ec379cd
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/tophat2.wdl
+ 1
- 1
tasks/tophat2.wdl
Vedi File
@@ -9,7 +9,7 @@ task tophat2 {
String cluster
command {
tophat2 -p 8 -G ${gtf} -o
${
baseout
}
${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o baseout ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
runtime {
Write
Preview
Loading…
Annulla
Salva