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
This is the linting error that we get here nf-core/modules#11312. It says that the stub syntax should be echo "" | gzip > but echo | gzip > is equally valid. Please reflect that in the linting.
Description of the bug
This is the linting error that we get here nf-core/modules#11312. It says that the stub syntax should be
echo "" | gzip >butecho | gzip >is equally valid. Please reflect that in the linting.Also related to #4205