Santhanagopalan Krishnamoorthy
Santhanagopalan Krishnamoorthy
### Description of the bug I'm trying to run nf-core linting in one of our nf-core template Nextflow pipeline that doesn't use any remote modules. Running `nf-core lint` throws an...
### Description of the bug I am not sure if this is a bug... I am building a pipeline from the nf-core template and I really like the linting feature...
### Description of feature Currently, linting and linting-comment exist as different workflow. But, they can be combined using [if-conditionals](https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution).
I was trying to use `nf-test` in one of my machines where Nextflow is installed locally for each user at `~/.local/bin`. The current code wasn't picking up the Nextflow installation....
I was looking at the documentation and general internet resources to find a way to run all my nf-tests in parallel. But, I didn't find any useful resource. Does this...
I wanted [this feature](https://github.com/askimed/nf-test/issues/242) of running the nf-tests in parallel. I implemented this feature by using ExecutorService and running each test as a future in the Executor Service.
## Bug report ### Expected behavior and actual behavior **Situation:** When SLURM jobs are submitted by Nextflow to a SLURM node, sometimes the SLURM node fail to startup. This causes...