askimed/nf-test

Can't activate multiple jar plugins via --plugins

MarieLataretu opened this issue · 1 comments

Hi there,

I try to activate multiple local jar plugins (nf-test 0.8.4):

nf-test test my-test.nf.test --plugins path/to/my/nft-plugin.jar,path/to/my/nft-plugin2.jar

However, the list is not split:

Plugin 'path/to/my/nft-plugin.jar,path/to/my/nft-plugin2.jar' not found.

(I was assuming the same as --plugins nft-fasta@1.0.0,plugin2@1.0.0)

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