What happens when you run the workflow?
- User uploads (or updates)
input_metadata.json
file in thefastq/region
folder in the input bucket - An
S3EventSource
watching for that files triggers thefastqLambda
torun_workflow
andsave_metadata
to the output bucket. - When run, FASTQ generates the output file
bqsr_report/*.hg38.recal_data.csv
- This acts as a sentinel file to trigger the
packager
lambda, which creates a package in the output bucket from everything in the parent ofbqsr_report
.
- Why can't we just use the
omics
events to trigger the packager? - S3 notifications for the output bucket are not working. The package is created, but we don't see it the Packages view.