Skip to content
Snippets Groups Projects
Unverified Commit fe74bead authored by Jasper's avatar Jasper Committed by GitHub
Browse files

Merge pull request #221 from biowdl/BIOWDL-472

BIOWDL-472: Update minimumIdentity to correct type and default.
parents d15fedbf 9faafc1d
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ that users understand how the changes affect the new version.
version 4.0.0-develop
---------------------------
+ TALON: Update `minimumIdentity` to correct type (float, was integer)
& set new default according to developers (0.8, was 0).
+ Added bcftools stats task.
+ Added GATK VariantEval task.
+ Added a log output for STAR.
......
......@@ -380,7 +380,7 @@ task Talon {
File databaseFile
String genomeBuild
Float minimumCoverage = 0.9
Int minimumIdentity = 0
Float minimumIdentity = 0.8
String outputPrefix
Int cores = 4
......
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