Skip to content

Commit

Permalink
Added description for gfastats_skip
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Oct 1, 2024
1 parent fc0f989 commit fba2ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A Nextflow pipeline which evaluates assembly quality with multiple QC tools and
| Parameter | Description | Type | Default | Required | Hidden |
| ---------------------------- | ----------------------------------------------------------------------- | --------- | ------- | -------- | ------ |
| `assemblathon_stats_n_limit` | The number of 'N's for the unknown gap size. NCBI recommendation is 100 | `integer` | 100 | | |
| `gfastats_skip` | | `boolean` | True | | |
| `gfastats_skip` | Skip Gfastats | `boolean` | True | | |

## NCBI FCS options

Expand Down
1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
},
"gfastats_skip": {
"type": "boolean",
"description": "Skip Gfastats",
"default": true,
"fa_icon": "fas fa-forward"
}
Expand Down

0 comments on commit fba2ea0

Please sign in to comment.