Skip to content

Commit

Permalink
Use hash for cache uri
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 30, 2024
1 parent 8f4e9d0 commit 8b5a9be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"Update Cache URI for rgid": {
"Type": "Pass",
"Parameters": {
"cache_uri.$": "States.Format('{}{}/', $.cache_uri_prefix, $.get_fastq_pair_obj_step.fastq_pair_obj.rgid)"
"cache_uri.$": "States.Format('{}{}/', $.cache_uri_prefix, States.Hash($.get_fastq_pair_obj_step.fastq_pair_obj.rgid, 'SHA-1'))"
},
"ResultPath": "$.get_cache_uri_step",
"Next": "Initialise RGID"
Expand Down

0 comments on commit 8b5a9be

Please sign in to comment.