Open MarieLataretu opened 3 months ago
Nf-test downloads the plugins from github.
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.
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?