Skip to content

Commit

Permalink
forgot to add busco diff
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana committed Sep 17, 2023
1 parent d4b93da commit c3486ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
12 changes: 12 additions & 0 deletions modules/nf-core/busco/busco.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 6 additions & 31 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 @@ -61,11 +58,7 @@
"type": "object",
"fa_icon": "fas fa-dna",
"description": "Reference genome related files and options required for the workflow.",
"required": [
"taxon",
"accession",
"fasta"
],
"required": ["taxon", "accession", "fasta"],
"properties": {
"taxon": {
"type": "string",
Expand All @@ -90,10 +83,7 @@
"type": "object",
"fa_icon": "fas fa-database",
"description": "Define the location and parameters to work with databases.",
"required": [
"uniprot",
"taxdump"
],
"required": ["uniprot", "taxdump"],
"properties": {
"taxa_file": {
"type": "string",
Expand All @@ -115,15 +105,7 @@
},
"blastp_outext": {
"type": "string",
"enum": [
"blast",
"xml",
"txt",
"daa",
"sam",
"tsv",
"paf"
],
"enum": ["blast", "xml", "txt", "daa", "sam", "tsv", "paf"],
"description": "Extension (file format) of the output file from Diamond BLAST.",
"fa_icon": "fas fa-file-circle-question",
"default": "txt"
Expand Down Expand Up @@ -251,14 +233,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 Expand Up @@ -357,4 +332,4 @@
"$ref": "#/definitions/generic_options"
}
]
}
}

0 comments on commit c3486ae

Please sign in to comment.