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
{{ message }}
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
It would be nice to add in some checks for pipeline output files when -profile test is used. This will need to be specific for all pipelines, but we could add an example here.
I think the simplest would be to have a bunch of processes which are downstream of the normal ones and have when: workflow.process.contains('test') set so that they don't run normally.
See extensive discussion on nextflow gitter from here.
The text was updated successfully, but these errors were encountered:
It would be nice to add in some checks for pipeline output files when
-profile test
is used. This will need to be specific for all pipelines, but we could add an example here.I think the simplest would be to have a bunch of processes which are downstream of the normal ones and have
when: workflow.process.contains('test')
set so that they don't run normally.See extensive discussion on nextflow gitter from here.
The text was updated successfully, but these errors were encountered: