When running Phoenix on AWS Batch using the --input_sra flag, the pipeline will fail on the SAMPLESHEET_CHECK step. It looks like the sample sheet generated by CREATE_SRA_SAMPLESHEET uses the file system path of an initialized instance instead of the S3 path where the file is deposited. This causes the downstream process SAMPLESHEET_CHECK to fail when looking for the downloaded FASTQ file
Allowing CREATE_SRA_SAMPLESHEET to use an S3 bucket path defined in the param '--outdir' may help resolve this issue