Skip to content

Commit

Permalink
nextflwo schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Di Leo committed Mar 13, 2024
1 parent 30d0367 commit 6ae7c84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@
"default": 0,
"description": "Filter out contigs shorter than this.",
"fa_icon": "fas fa-align-justify"
},
"spades_flavor": {
"type": "string",
"default": "rna",
"description": "Select which type of assembly you want to make. Default: rna",
"help_text": "This option allows you to run an assembly for different scope. with '--rna' you will get an assembly for metatrancriptomic samples while for example '--viralrna' for Metatranscriptomics virome. "
}
},
"fa_icon": "fas fa-bezier-curve"
Expand Down Expand Up @@ -255,7 +261,6 @@
"properties": {
"skip_eggnog": {
"type": "boolean",
"default": false,
"description": "Skip EGGNOG functional annotation",
"fa_icon": "fas fa-forward"
},
Expand All @@ -268,7 +273,6 @@
},
"skip_kofamscan": {
"type": "boolean",
"default": false,
"description": "skip kofamscan run",
"fa_icon": "fas fa-forward"
},
Expand Down Expand Up @@ -311,7 +315,6 @@
"properties": {
"skip_eukulele": {
"type": "boolean",
"default": false,
"description": "skip eukulele run",
"fa_icon": "fas fa-forward"
},
Expand Down

0 comments on commit 6ae7c84

Please sign in to comment.