Lukas Forer
Lukas Forer
Good point, thanks for the suggestion! ATM there is no way to check this, but I keep this task on our todo-list š
Thanks, makes sense š I will adapt the init command to update or create `.gitignore`.
There is now a tutorial about running nf-test on GitHub: https://www.nf-test.com/tutorials/github-actions/
At the moment, it is possible to install an application from the local filesystem via the `install` command. For example: ``` cloudgene install /path/to/application.zip ``` Moreover, it is possible to...
Documentation is currently work in progress. Cloudgene has some mechanisms to integrate pages (like help.ejs) without rebuilding the webapp using grunt. Unfortunately, this feature is not yet documented :( I...
At the moment, the footer message is stored in the database. You can change it in the Admin Panel by clicking on `Templates`. There is a key `FOOTER` which contains...
Hi, sorry for the late reply. You can activate multiple plugins by separating them with a `:` Example: ```bash nf-test test my-test.nf.test --plugins path/to/my/nft-plugin.jar:path/to/my/nft-plugin2.jar ```
Thanks for your examples! They really help me get a better understanding of what is needed.
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...
Thanks, that definitely makes sense to save time and avoid duplicated code. I am currently busy with teaching (end of semester) and trying to release 0.9.0 really soon. But afterwards,...