You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used nf-core lint on my pipeline which was written using the nf-core template. At first, linting worked as expected and I could fix some of the issues in the pipeline. However, I currently receive a linting error, which seems unhandled.
At first I thought that it is coming from my computer, but pulling the github repository on another machine creates the same error.
I'm not able to replicate the error, however I've looked at the source code and done a minor refactor which should hopefully avoid this edge case: #1439
Description of the bug
I used nf-core lint on my pipeline which was written using the nf-core template. At first, linting worked as expected and I could fix some of the issues in the pipeline. However, I currently receive a linting error, which seems unhandled.
At first I thought that it is coming from my computer, but pulling the github repository on another machine creates the same error.
Steps to reproduce
Steps to reproduce the behaviour:
Command line:
git clone git@github.com:DSchreyer/circdna.git
nf-core lint
See error:
Expected behaviour
Generally, linting should give me a list of errors or warnings regarding the pipeline setup.
System
Nextflow Installation
Additional context
The text was updated successfully, but these errors were encountered: