This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
meng
/
somatic_SNVs_pipeline
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/fastp.wdl'
master
meng
2 years ago
parent
5188313e2d
commit
5a3a3adeaa
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/fastp.wdl
+ 2
- 0
tasks/fastp.wdl
View File
@@ -28,6 +28,8 @@ task fastp {
String out2_name = sample_id+'_clean_2.fastq'
command <<<
set -o pipefail
set -exo
# basic command
/opt/conda/bin/fastp \
Write
Preview
Loading…
Cancel
Save