Skip to content

Commit e23f78b

Browse files
committed
Merge branch 'devel' of https://github.com/wtsi-npg/npg_irods into master to create release 2.31.1
2 parents 7204f8a + d5c171e commit e23f78b

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Upcoming
22

3+
Release 2.31.1
4+
5+
- substitution_analyis filename fix
6+
37
Release 2.31.0
48

59
- PacBio - ensure runfolders are writable for md5 files prior to iRODS

lib/WTSI/NPG/HTS/Illumina/ResultSet.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ our %ILLUMINA_PART_PATTERNS =
7272
'[.]seqchksum',
7373
'[.]sha512primesums512[.]seqchksum',
7474
'[.]spatial_filter[.]stats',
75-
'_substitution_analysis.txt', # non-conforming file name
76-
'_substitution_metrics.txt', # non-conforming file name
75+
'.substitution_analysis.txt', # non-conforming file name
76+
'.substitution_metrics.txt', # non-conforming file name
7777
'_target[.]stats', # non-conforming file name
7878
'_target_autosome[.]stats', # non-conforming file name
7979
'[.]stats',

t/lib/WTSI/NPG/HTS/Illumina/RunPublisherTest.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,11 @@ sub publish_plex_geno_sec_data_samplesheet : Test(73) {
623623
"lane$lane/29467_1#1.seqchksum",
624624
"lane$lane/29467_1#1.sha512primesums512.seqchksum",
625625
"lane$lane/29467_1#1.spatial_filter.stats",
626+
"lane$lane/29467_1#1.substitution_analysis.txt",
627+
"lane$lane/29467_1#1.substitution_metrics.txt",
626628
"lane$lane/29467_1#1.vcf",
627629
"lane$lane/29467_1#1_F0x900.stats",
628630
"lane$lane/29467_1#1_F0xB00.stats",
629-
"lane$lane/29467_1#1_substitution_analysis.txt",
630-
"lane$lane/29467_1#1_substitution_metrics.txt",
631631
);
632632

633633
is_deeply(\@observed, \@expected) or diag explain \@observed;

0 commit comments

Comments
 (0)