Skip to content

Commit

Permalink
Merge pull request #305 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
prep 0.32.3 release
  • Loading branch information
dozy authored Sep 13, 2022
2 parents 388f742 + 4ffea1d commit 75bed8f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
22 changes: 20 additions & 2 deletions data/vtlib/alignment_wtsi_stage2_humansplit_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,16 @@
"type":"VTFILE",
"comment":"inputs: _stdin_ (bam); outputs: _stdout_ (seqchksum)",
"node_prefix":"fopphx_",
"subst_map":{"phix_or_target":{"subst":"phix_indicator"},"fopid":{"subst":"fopid_phix"},"c2a_switch":{"subst":"c2a_phix"},"bstmp":"bsfopp","brtmp":"brfopp","bmdtmp":"bmdfopp","scramble_reference_fasta":{"subst":"phix_reference_genome_fasta"}},
"subst_map":{
"phix_or_target":{"subst":"phix_indicator"},
"fopid":{"subst":"fopid_phix"},
"c2a_switch":{"subst":"c2a_phix"},
"markdup_method":"none",
"primer_clip_method":"no_clip",
"bstmp":"bsfopp","brtmp":"brfopp","bmdtmp":"bmdfopp",
"scramble_reference_fasta":{"subst":"phix_reference_genome_fasta"},
"reference_genome_fasta":{"subst":"phix_reference_genome_fasta"}
},
"name":{"subst":"final_output_prep_phix"},
"description":"subgraph containing post alignment_filter process (phix)"
},
Expand All @@ -265,7 +274,16 @@
"type":"VTFILE",
"comment":"inputs: _stdin_ (bam); outputs: _stdout_ (seqchksum)",
"node_prefix":"fophs_",
"subst_map":{"phix_or_target":{"subst":"hs_indicator"},"fopid":{"subst":"fopid_hs"},"c2a_switch":{"subst":"c2a_hs"},"bstmp":"bsfoph","brtmp":"brfoph","bmdtmp":"bmdfoph","scramble_reference_fasta":{"subst":"hs_reference_genome_fasta"}},
"subst_map":{
"phix_or_target":{"subst":"hs_indicator"},
"fopid":{"subst":"fopid_hs"},
"c2a_switch":{"subst":"c2a_hs"},
"primer_clip_method":"no_clip",
"markdup_method":"none",
"bstmp":"bsfoph","brtmp":"brfoph","bmdtmp":"bmdfoph",
"scramble_reference_fasta":{"subst":"hs_reference_genome_fasta"},
"reference_genome_fasta":{"subst":"hs_reference_genome_fasta"}
},
"name":{"subst":"final_output_prep_hs"},
"description":"subgraph containing post alignment_filter process (phix)"
},
Expand Down
11 changes: 10 additions & 1 deletion data/vtlib/alignment_wtsi_stage2_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,16 @@
"type":"VTFILE",
"comment":"inputs: _stdin_ (bam); outputs: _stdout_ (seqchksum)",
"node_prefix":"fopphx_",
"subst_map":{"phix_or_target":{"subst":"phix_indicator"},"fopid":{"subst":"fopid_phix"},"c2a_switch":{"subst":"c2a_phix"},"bstmp":"bsfopp","brtmp":"brfopp","bmdtmp":"bmdfopp","scramble_reference_fasta":{"subst":"phix_reference_genome_fasta"}},
"subst_map":{
"phix_or_target":{"subst":"phix_indicator"},
"fopid":{"subst":"fopid_phix"},
"c2a_switch":{"subst":"c2a_phix"},
"markdup_method":"none",
"primer_clip_method":"no_clip",
"bstmp":"bsfopp","brtmp":"brfopp","bmdtmp":"bmdfopp",
"scramble_reference_fasta":{"subst":"phix_reference_genome_fasta"},
"reference_genome_fasta":{"subst":"phix_reference_genome_fasta"}
},
"name":{"subst":"final_output_prep_phix"},
"description":"subgraph containing post alignment_filter process (phix)"
},
Expand Down
1 change: 0 additions & 1 deletion data/vtlib/markdup_none.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{"select":"calmd_quiet_mode", "required":true, "select_range":[1], "default":"on", "cases":{"on":"-Q","off":[]}},
{"select":"calmd_BQ_tag_compute", "required":true, "select_range":[1], "default":"off", "cases":{"on":"-r","off":[]}},
{"select":"calmd_extended_BAQ", "required":true, "select_range":[1], "default":"off", "cases":{"on":"-E","off":[]}},
{"select":"calmd_BQ_tag_compute", "required":true, "select_range":[1], "default":"off", "cases":{"on":["--reference", {"subst":"alignment_reference_genome","required":true}],"off":[]}},
{"subst":"calmd_extra_flags", "required":false},
"-", {"subst":"reference_genome_fasta","required":true}
]
Expand Down

0 comments on commit 75bed8f

Please sign in to comment.