askimed / nf-test

Simple test framework for Nextflow pipelines
https://www.nf-test.com
MIT License
146 stars 23 forks source link

Problem running new version of nft-bam: 3.0.0 #225

Open maxulysse opened 4 months ago

maxulysse commented 4 months ago

I ran into this error: Error: Syntax errors in nf-test config file: java.lang.RuntimeException: Plugin'nft-bam' found, but version 0.3.0 not found.

After some exploration and debugging with @nvnieuwk, we found out the issue: removing the json in .nf-test/plugins/ did the trick, and the installation and execution of test with plugin was successful.

lukfor commented 4 months ago

Thanks. Yes, I know this is not yet super user-friendly. I will try to find a better solution (e.g., downloading the new JSON file when the version is not found locally).

Instead of deleting the JSON file manually, nf-test update-plugins should do the same.

maxulysse commented 4 months ago

oh, that's good to know

maxulysse commented 4 months ago

Some more explanation in docs would be more than enough actually