File tree Expand file tree Collapse file tree
payload-gen-rna-alignment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
2626nextflow. enable. dsl = 2
27- version = ' 0.1.1 '
27+ version = ' 0.1.2 '
2828
2929container = [
3030 ' ghcr.io' : ' ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-rna-alignment'
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def insert_filename_friendly_rg_id(metadata):
9696
9797def 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
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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 */
3131nextflow. enable. dsl = 2
32- version = ' 0.1.1 '
32+ version = ' 0.1.2 '
3333
3434container = [
3535 ' ghcr.io' : ' ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-rna-alignment'
You can’t perform that action at this time.
0 commit comments