Skip to content
Snippets Groups Projects
Commit 5ddecde6 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

set minimumlength to 1 by default

parent 3b0baaa5
No related branches found
No related tags found
1 merge request!21Added seqstat, set minlength for cutadapt to 1.
......@@ -33,7 +33,7 @@ task cutadapt {
String? stripSuffix
String? prefix
String? suffix
Int? minimumLength
Int? minimumLength = 1 # Necessary to prevent creation of empty reads
Int? maximumLength
Int? maxN
Boolean? discardTrimmed
......
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