-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #359 from nf-core/fix-nf-test
Fix that tests are not executed
- Loading branch information
Showing
14 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,11 @@ params { | |
validationShowHiddenParams = false | ||
validate_params = true | ||
|
||
// TODO temporary workaround a warning | ||
// not used anywhere and should not be necessary anymore after a nf-validation plugin update | ||
// TODO when removing this, also remove the ignored lint check from .nf-core.yml | ||
monochromeLogs = null | ||
|
||
} | ||
|
||
// Load base.config by default for all pipelines | ||
|
@@ -249,7 +254,7 @@ singularity.registry = 'quay.io' | |
|
||
// Nextflow plugins | ||
plugins { | ||
id '[email protected].3' // Validation of pipeline parameters and creation of an input channel from a sample sheet | ||
id '[email protected].4' // Validation of pipeline parameters and creation of an input channel from a sample sheet | ||
} | ||
|
||
// Load igenomes.config if required | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.