This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
junshang
/
cat-rename
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
revise readme
master
stead99
5 years ago
parent
66c60642b9
commit
6a1db276c6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/cat_rename.wdl
+ 1
- 0
tasks/cat_rename.wdl
View File
@@ -2,6 +2,7 @@ task cat_rename {
File raw_name
String new_name
String cluster_config
String disk_size
command <<<
cat ${raw_name}/clean/*_1.fq.gz > ${new_name}_1.fq.gz
Write
Preview
Loading…
Cancel
Save