This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
jingchengyang
/
rna-seq-tophat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
revise-tophat2
master
stead99
5 years ago
parent
3c5b89c77e
commit
9ffdea16df
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/tophat2.wdl
+ 2
- 2
tasks/tophat2.wdl
View File
@@ -9,9 +9,9 @@ task tophat2 {
String docker
String cluster
command
{
command
<<<
tophat2 -p 8 -G ${gtf} -o ${base} ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
>>>
runtime {
docker: docker
Write
Preview
Loading…
Cancel
Save