Skip to content

Commit

Permalink
set runAdapterClipping to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyCats committed Dec 16, 2022
1 parent 18498a6 commit f965016
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Newest changes should be on top.
This document is user facing. Please word the changes in such a way
that users understand how the changes affect the new version.
-->
version 3.0.3
---------------------------
+ `runAdapterClipping` is now set to true by default.

version 3.0.2
---------------------------
+ Limit the number of chunks per fastq file to 16. Fastp will run into
Expand Down
4 changes: 2 additions & 2 deletions WGSinCancerDiagnostics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ workflow WGSinCancerDiagnostics {
File cohortMapping
File cohortPercentiles

Boolean runAdapterClipping = false
Boolean runAdapterClipping = true
Int totalMappingChunks = 25
}

String versionString = "3.0.2"
String versionString = "3.0.3"

meta {allowNestedInputs: true}

Expand Down

0 comments on commit f965016

Please sign in to comment.