Skip to content

Commit

Permalink
Ran npx prettier -w . to prettify the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Sep 26, 2023
1 parent 221cc6b commit ae96926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
printWidth: 120
printWidth: 120
18 changes: 3 additions & 15 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
"type": "object",
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": [
"assemblies",
"raw_reads",
"erz_to_err_mapping_file",
"outdir"
],
"required": ["assemblies", "raw_reads", "erz_to_err_mapping_file", "outdir"],
"properties": {
"assemblies": {
"type": "string",
Expand Down Expand Up @@ -219,14 +214,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
},
"validate_params": {
Expand Down Expand Up @@ -283,4 +271,4 @@
"$ref": "#/definitions/max_job_request_options"
}
]
}
}

0 comments on commit ae96926

Please sign in to comment.