-
Notifications
You must be signed in to change notification settings - Fork 1
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 #174 from nf-cmgg/migrate-to-nf-schema
Migrate to nf schema
- Loading branch information
Showing
6 changed files
with
25 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,10 +107,6 @@ params { | |
max_time = '240.h' | ||
|
||
// Schema validation default options | ||
validationFailUnrecognisedParams = false | ||
validationLenientMode = false | ||
validationSchemaIgnoreParams = 'genomes,igenomes_base,test_data' | ||
validationShowHiddenParams = false | ||
validate_params = true | ||
|
||
} | ||
|
@@ -250,7 +246,14 @@ singularity.registry = 'quay.io' | |
|
||
// Nextflow plugins | ||
plugins { | ||
id '[email protected]' // Validation of pipeline parameters and creation of an input channel from a sample sheet | ||
id '[email protected]' // Validation of pipeline parameters and creation of an input channel from a sample sheet | ||
} | ||
|
||
validation { | ||
failUnrecognisedParams = false | ||
lenientMode = false | ||
defaultIgnoreParams = ['genomes','igenomes_base','test_data'] | ||
showHiddenParams = false | ||
} | ||
|
||
// Load igenomes.config if required | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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