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
add-cluster
master
stead99
5 years ago
parent
2907b3af2a
commit
07d9686a86
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/trimmomatic.wdl
+ 2
- 2
tasks/trimmomatic.wdl
View File
@@ -18,7 +18,7 @@ task trimmomatic {
}
output {
File read_1p =
${
baseout
}
+ "_1P.fq.gz"
File read_2p =
${
baseout
}
+ "_2P.fq.gz"
File read_1p = baseout + "_1P.fq.gz"
File read_2p = baseout + "_2P.fq.gz"
}
}
Write
Preview
Loading…
Cancel
Save