You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a working command in AWS, the pipeline fails because it is not able to stage the unzipped file, it seems that the URL being used to stage the file is correct but has an additional "/" at the start [null] NOTE: Can't stage file file:///{my-s3-bucket-path}/Homo_sapiens.GRCh38.86.gtf/Homo_sapiens.GRCh38.86.gtf -- file does not exist -- Execution is retried (1) ERROR ~ Unable to re-submit task NFCORE_RNAVAR:RNAVAR:PREPARE_GENOME:GTF2BED (1)``
Command used and terminal output
nextflow run nf-core/rnavar -profile bi,aws\-r dev -latest \--input $INPUT \--outdir $OUTDIR \-c $CONFIG \--annotate_tools vep \-resume
Relevant files
The config file contains custom ref files, and the input file is the test samplesheet provided with the pipeline files
System information
dev
The text was updated successfully, but these errors were encountered:
Description of the bug
When running a working command in AWS, the pipeline fails because it is not able to stage the unzipped file, it seems that the URL being used to stage the file is correct but has an additional "/" at the start
[null] NOTE: Can't stage file file:///{my-s3-bucket-path}/Homo_sapiens.GRCh38.86.gtf/Homo_sapiens.GRCh38.86.gtf -- file does not exist -- Execution is retried (1) ERROR ~ Unable to re-submit task
NFCORE_RNAVAR:RNAVAR:PREPARE_GENOME:GTF2BED (1)``Command used and terminal output
Relevant files
The config file contains custom ref files, and the input file is the test samplesheet provided with the pipeline files
System information
dev
The text was updated successfully, but these errors were encountered: