Skip to content

Commit be43ddb

Browse files
authored
Merge pull request #149 from icgc-argo-workflows/payload-gen-rna-alignment@0.1.2
[release]
2 parents 5dec0de + 239e32b commit be43ddb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

payload-gen-rna-alignment/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* this block is auto-generated based on info from pkg.json where */
2525
/* changes can be made if needed, do NOT modify this block manually */
2626
nextflow.enable.dsl = 2
27-
version = '0.1.1'
27+
version = '0.1.2'
2828

2929
container = [
3030
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-rna-alignment'

payload-gen-rna-alignment/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def insert_filename_friendly_rg_id(metadata):
9696

9797
def get_rg_id_from_ubam_qc(tar, metadata):
9898
tar_basename = os.path.basename(tar) # TEST-PR.DO250122.SA610149.D0RE2_1_.6cae87bf9f05cdfaa4a26f2da625f3b2.lane.bam.fastqc.tgz
99-
md5sum_from_filename = tar_basename.split('.')[4]
99+
md5sum_from_filename = tar_basename.split('.')[-5]
100100
if not re.match(r'^[a-f0-9]{32}$', md5sum_from_filename):
101101
sys.exit('Error: ubam naming not expected %s' % tar_basename)
102102

payload-gen-rna-alignment/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-gen-rna-alignment",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "payload-gen-rna-alignment",
55
"main": "main.nf",
66
"deprecated": false,

payload-gen-rna-alignment/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.1.1'
32+
version = '0.1.2'
3333

3434
container = [
3535
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-rna-alignment'

0 commit comments

Comments
 (0)