Skip to content
Snippets Groups Projects
Verified Commit 1f72b2c4 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fastp: update accel_s1plus protocol

parent 84daa858
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ process fastp_accel_1splus {
--disable_quality_filtering \
--disable_length_filtering \
--disable_trim_poly_g \
--detect_adapter_for_pe \
--stdout \
--in1 ${reads[0]} \
--in2 ${reads[1]} \
......@@ -132,6 +133,7 @@ process fastp_accel_1splus {
--disable_quality_filtering \
--disable_length_filtering \
--disable_trim_poly_g \
--detect_adapter_for_pe \
--stdout \
--in1 ${reads[0]} \
--out1 ${file_prefix}_R1_trim.fastq.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment