Skip to content

Commit

Permalink
Remove copy job id from step functions result path, resolves #795
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Jan 2, 2025
1 parent efb00d8 commit 817bf9a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@
"Next": "Update DB Entry (post-fastq copy)",
"ResultSelector": {
"samplesheet_file_id.$": "$.[0].upload_samplesheet_to_cache_path_step.samplesheet_file_id",
"samplesheet_file_uri.$": "$.[0].upload_samplesheet_to_cache_path_step.samplesheet_file_uri",
"copy_job_id.$": "$.[1].copy_fastq_files_to_cache_directory_step.job_id"
"samplesheet_file_uri.$": "$.[0].upload_samplesheet_to_cache_path_step.samplesheet_file_uri"
},
"ResultPath": "$.copy_files_to_cache_directory_step"
},
Expand Down

0 comments on commit 817bf9a

Please sign in to comment.