We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using nf-aggregate in a restricted (offline) environment nf-aggregate fails because the Grape library fails to grab the dependency wslite.
wslite
The issue appears to stem from this function which imports the wslite error to handle
nf-aggregate/modules/local/seqera_runs_dump/functions.nf
Line 1 in 3831d1f
nextflow run 'https://github.com/seqeralabs/nf-aggregate' -name ecstatic_sanger -params-file 'https://seqera.ai/api/ephemeral/woIT1iLPJe2LucqROY9VMw.yaml' -with-tower 'https://seqera.ai/api' -r 0.4.0
Redacted example file: nf-5twwCthyo4HUhA.log
All without internet connection.
The text was updated successfully, but these errors were encountered:
The error is here:
Options:
grape install com.github.groovy-wslite groovy-wslite 1.1.2
Sorry, something went wrong.
No branches or pull requests
Description of the bug
When using nf-aggregate in a restricted (offline) environment nf-aggregate fails because the Grape library fails to grab the dependency
wslite
.The issue appears to stem from this function which imports the wslite error to handle
nf-aggregate/modules/local/seqera_runs_dump/functions.nf
Line 1 in 3831d1f
Command used and terminal output
nextflow run 'https://github.com/seqeralabs/nf-aggregate' -name ecstatic_sanger -params-file 'https://seqera.ai/api/ephemeral/woIT1iLPJe2LucqROY9VMw.yaml' -with-tower 'https://seqera.ai/api' -r 0.4.0
Relevant files
Redacted example file:
nf-5twwCthyo4HUhA.log
System information
All without internet connection.
The text was updated successfully, but these errors were encountered: