Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNZIPPED files are not being properly staged when running on aws #135

Closed
nschcolnicov opened this issue Mar 15, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nschcolnicov
Copy link

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

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

@nschcolnicov nschcolnicov added the bug Something isn't working label Mar 15, 2024
@nschcolnicov
Copy link
Author

I got confirmation that the problem was fixed with the PR, closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant