Skip to content

Commit 48507fa

Browse files
authored
Merge pull request #398 from wtsi-npg/devel
prep release 0.46.0
2 parents 92e5e9b + 228acb4 commit 48507fa

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CHANGES LOG
22
-----------
3+
- option to select CRAM output version (default 3.0) in library merge template
34

45
0.45.1
56
- fix bug that caused unaligned y-split CRAM outputs to default to version 3.1 (now 3.0)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"assign": [
3+
{
4+
"spatial_filter_switch":"off",
5+
"markdup_optical_distance_value": "100",
6+
"s2_se_pe": "pe",
7+
"samtools_executable": "samtools",
8+
"s2_input_format": "cram",
9+
"markdup_method": "samtools",
10+
"s2_ppi_switch":"s2_ppi",
11+
"pp_import_method":"crammerge",
12+
"fastq_s2_pi_fq1": "DUMMY",
13+
"fastq_s2_pi_fq2": "DUMMY",
14+
"fastq_s2_pi_RG_ID": "DUMMY",
15+
"s2_filter_files": "DUMMY",
16+
"spatial_filter_file": "DUMMY",
17+
"phix_reference_genome_fasta":"DUMMY",
18+
"realignment_switch":1,
19+
"scramble_reference_flag":"-x",
20+
"stats_reference_flag": null
21+
}
22+
],
23+
"assign_local": {},
24+
"ops": {
25+
"splice": [
26+
"ssfqc_tee_ssfqc:straight_through1:-aln_amp_bamreset_pre_auxmerge:",
27+
"aln_amp_bamreset_pre_auxmerge:-foptgt_bmd_multiway:",
28+
"foptgt_seqchksum_file:-scs_cmp_seqchksum:outputchk"
29+
],
30+
"prune": [
31+
"foptgt.*_bmd_multiway:calibration_pu-",
32+
"foptgt_cram_tee:c2a-",
33+
"foptgt.*samtools_stats_F0.*_target.*-",
34+
"foptgt.*samtools_stats_F0.*00_bait.*-",
35+
"ssfqc_tee_ssfqc:subsample-"
36+
]
37+
}
38+
}

data/vtlib/merge_final_output_prep.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
{"subst_constructor":{"vals":[ "--threads", {"subst":"b2c_threads","ifnull":{"subst":"b2c_mt_val"}}]}},
159159
{"subst_constructor":{"vals":[ "--output-fmt-option", {"subst_constructor":{"vals":[ "level", {"subst":"b2c_compression_level","ifnull":7} ], "postproc":{"op":"concat", "pad":"="}}}]}},
160160
{"subst_constructor":{"vals":[ "-T", {"subst":"scramble_reference_fasta"}]}},
161+
{"subst_constructor":{"vals":[ "--output-fmt-option", {"subst_constructor":{"vals":[ "version", {"subst":"cram_product_version","ifnull":"3.0"} ], "postproc":{"op":"concat", "pad":"="}}}]}},
161162
"-"
162163
]
163164
},

0 commit comments

Comments
 (0)