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

cutadapt: fix typo :34

parent 18e214ae
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ if (reads instanceof List) { ...@@ -32,6 +32,7 @@ if (reads instanceof List) {
${reads} > ${file_id}_report.txt ${reads} > ${file_id}_report.txt
""" """
} }
}
params.adaptor_removal_pairedend = "-a ${adapter_3_prim} -g ${adapter_5_prim} -A ${adapter_3_prim} -G ${adapter_5_prim}" params.adaptor_removal_pairedend = "-a ${adapter_3_prim} -g ${adapter_5_prim} -A ${adapter_3_prim} -G ${adapter_5_prim}"
process adaptor_removal_pairedend { process adaptor_removal_pairedend {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment