Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana committed Dec 20, 2023
1 parent 3716907 commit 464660b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
18 changes: 9 additions & 9 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
lint:
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-blobtoolkit_logo_light.png
- docs/images/nf-core-blobtoolkit_logo_light.png
- docs/images/nf-core-blobtoolkit_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
- CODE_OF_CONDUCT.md
- assets/nf-core-blobtoolkit_logo_light.png
- docs/images/nf-core-blobtoolkit_logo_light.png
- docs/images/nf-core-blobtoolkit_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
files_unchanged:
- LICENCE
- lib/NfcoreTemplate.groovy
Expand All @@ -30,4 +30,4 @@ template:
name: blobtoolkit
prefix: sanger-tol
skip:
- igenomes
- igenomes
14 changes: 2 additions & 12 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"type": "object",
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": [
"input",
"outdir"
],
"required": ["input", "outdir"],
"properties": {
"input": {
"type": "string",
Expand Down Expand Up @@ -267,14 +264,7 @@
"description": "Method used to save pipeline results to output directory.",
"help_text": "The Nextflow `publishDir` option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See [Nextflow docs](https://www.nextflow.io/docs/latest/process.html#publishdir) for details.",
"fa_icon": "fas fa-copy",
"enum": [
"symlink",
"rellink",
"link",
"copy",
"copyNoFollow",
"move"
],
"enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"],
"hidden": true
},
"email_on_fail": {
Expand Down

0 comments on commit 464660b

Please sign in to comment.