Skip to content

Commit

Permalink
Merge pull request #796 from umccr/bugfix/cttso-input-maker-sfn-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl authored Jan 4, 2025
2 parents 62809ba + 817bf9a commit 92ec383
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 92ec383

Please sign in to comment.