Skip to content

Commit

Permalink
Merge pull request #319 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
merge devel branch to master branch (release 0.36.0 prep)
  • Loading branch information
dozy authored Jun 8, 2023
2 parents 9532be5 + 0aef086 commit 0f3279d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGES LOG
-----------

- add hs_bwa_executable parameter to allow different bwa executables for target and nchs alignments (e.g. bwa-mem2 and bwa0_6)

0.35.0
- replace scramble with samtools in analysis pipeline templates

Expand Down
1 change: 1 addition & 0 deletions data/vtlib/markdup_biobambam.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
{"subst":"bmd_metrics_file_flag"},
{"subst":"bmd_resetdupflag"},
{"subst":"bsmd_maxreadlen_flag","required":false,"ifnull":{"subst_constructor":{"vals":[ "maxreadlen", {"subst":"bsmd_maxreadlen_val","required":true, "ifnull":"500"} ],"postproc":{"op":"concat","pad":"="}}}},
{"subst":"optical_distance_flag","ifnull":{"subst_constructor":{"vals":[ "optminpixeldif", {"subst":"markdup_optical_distance_value","required":false,"ifnull":2500} ], "postproc":{"op":"concat","pad":"="}}}},
{"subst":"bsmd_arbitrary_flags"}
]
}
Expand Down
3 changes: 3 additions & 0 deletions data/vtlib/target_nchs_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
"type":"VTFILE",
"comment":"inputs: _stdin_ (bam), reference; outputs: _stdout_ (bam)",
"node_prefix":"alntgt_hs_",
"subst_map":{
"bwa_executable":{"subst":"hs_bwa_executable", "ifnull":{"subst":"bwa_executable"}}
},
"orig_name":{"subst":"alignment_vtf"},
"name":{
"subst":"alignment_vtf",
Expand Down

0 comments on commit 0f3279d

Please sign in to comment.