Skip to content

Commit

Permalink
add primer_clip_unmap_len_flag (default to no flag) and primer_clip_a…
Browse files Browse the repository at this point in the history
…rbitrary_flags to samtools ampliconclip command in markdup_none
  • Loading branch information
dozy committed Oct 3, 2023
1 parent 50974fa commit ad05e6d
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}]}}},
{"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 ad05e6d

Please sign in to comment.