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
Hi all,
I'm working on an HPC, and the automatic installation of plugins fails:
nf-test test main.nf.test --profile singularity 🚀 nf-test 0.8.4 https://code.askimed.com/nf-test (c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr Error: Syntax errors in nf-test config file: java.net.ConnectException: Connection refused
nf-test.config snippet (I see no syntax error):
plugins { load "[email protected]" load "[email protected]" load "[email protected]" }
Same when using --plugins:
--plugins
nf-test test main.nf.test --profile singularity --plugins=nft-bam 🚀 nf-test 0.8.4 https://code.askimed.com/nf-test (c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr Error: java.net.ConnectException: Connection refused
Where does it try to connect to?
The text was updated successfully, but these errors were encountered:
Nf-test downloads the plugins from github.
Sorry, something went wrong.
I tried to understand the code a bit:
This line would download a jar, e.g. https://github.com/seppinho/nft-vcf/releases/download/v1.0.4/nft-vcf-1.0.4.jar
Is that correct?
Yes, that's correct. It first downloads the repository from https://github.com/askimed/nf-test-plugins/blob/main/plugins.json. Then it downloads the version of the plugin from the URL found in this file.
No branches or pull requests
Hi all,
I'm working on an HPC, and the automatic installation of plugins fails:
nf-test.config snippet (I see no syntax error):
Same when using
--plugins
:Where does it try to connect to?
The text was updated successfully, but these errors were encountered: