Skip to content

Commit

Permalink
hotfix: Remove requirement on id mapping
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Apr 9, 2024
1 parent 42bbd71 commit 22790a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Choose to skip pipeline steps

| Parameter | Description | Type | Default | Required | Hidden |
|-----------|-----------|-----------|-----------|-----------|-----------|
| `id_mapping` | Path to ID mapping file to be used for the Functional annotation | `string` | | True | |
| `id_mapping` | Path to ID mapping file to be used for the Functional annotation | `string` | | | |
| `minimum_bitscore` | Minimum bitscore of a match to be used for annotation | `integer` | 50 | | |
| `minimum_pident` | Minimum identity of a match to be used for annotation | `integer` | 80 | | |
| `minimum_alen` | Minimum alignment length of a match to be used for annotation | `integer` | 50 | | |
Expand Down
3 changes: 0 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@
"description": "Maximum evalue of a match to be used for annotation"
}
},
"required": [
"id_mapping"
],
"fa_icon": "fas fa-gavel"
},
"assembly": {
Expand Down

0 comments on commit 22790a6

Please sign in to comment.