Open MarieLataretu opened 4 months ago
Hi, sorry for the late reply. You can activate multiple plugins by separating them with a :
Example:
nf-test test my-test.nf.test --plugins path/to/my/nft-plugin.jar:path/to/my/nft-plugin2.jar
Nice, thanks!
Is it a typo in the documentation here? (I can't test the @
notation atm)
Hi there,
I try to activate multiple local jar plugins (nf-test 0.8.4):
However, the list is not split:
(I was assuming the same as
--plugins nft-fasta@1.0.0,plugin2@1.0.0
)