Skip to content

Commit

Permalink
add primer_clip_unmap_len_flag (default to 1) and primer_clip_arbitra…
Browse files Browse the repository at this point in the history
…ry_flags to samtools ampliconclip command in markdup_none
  • Loading branch information
dozy committed Oct 3, 2023
1 parent 50974fa commit 5a3ebb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/vtlib/markdup_none.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
{"subst":"samtools_executable", "required":true, "ifnull":"samtools"}, "ampliconclip",
"-@", {"subst":"primer_clip_threads","required":true,"ifnull":4},
"-b", {"subst":"primer_clip_bed","required":true,"ifnull":"/nfs/srpipe_references/primer_panel/nCoV-2019/V2/SARS-CoV-2/MN908947.3/nCoV-2019.bed"},
{"subst":"primer_clip_unmap_len_flag","ifnull":{"subst_constructor":{"vals":["--unmap-len", {"subst":"primer_clip_unmap_len_val","required":false, "ifnull":1}]}}},
{"select":"primer_clip_type", "required":true, "select_range":[1], "default":"unspecified", "cases":{"hard":"--hard-clip","soft":"--soft-clip","unspecified":[]}},
{"subst":"primer_clip_arbitrary_flags"},
"-"
],
"no_clip": [
Expand Down

0 comments on commit 5a3ebb1

Please sign in to comment.