Skip to content

Commit

Permalink
Merge pull request #278 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
additional tweaks for release 0.28.0
  • Loading branch information
mgcam authored Apr 9, 2020
2 parents e2f6bfd + 8feaac4 commit 925441f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CHANGES LOG
0.28.0
- a new template for cases when marking duplicates is not required, with
an option to clip primers, which relies on a new feature in samtools
and is not enabled by default

0.27.0
- check for divide by 0 when calc samtools subsample value
Expand Down
2 changes: 1 addition & 1 deletion data/vtlib/markdup_none.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"use_STDIN": true,
"use_STDOUT": true,
"cmd":{
"select":"primer_clip_method", "select_range":[1], "default":"no_clip",
"select":"primer_clip_method", "select_range":[1], "default":"samtools",
"cases":{
"samtools":[
{"subst":"samtools_executable", "required":true, "ifnull":"samtools"}, "amplicon-clip",
Expand Down

0 comments on commit 925441f

Please sign in to comment.