Skip to content

Commit

Permalink
Update src/busco/busco/config.vsh.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
dorien-er and rcannood authored Jan 30, 2024
1 parent 2243994 commit 26cf05b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/busco/busco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ functionality:
- name: --mode
alternatives: ["-m"]
type: string
choices: ["protein", "genome", "transcriptome"]
choices: [genome, geno, transcriptome, tran, proteins, prot]
required: true
description: |
Busco assesment mode
Specify which BUSCO analysis mode to run. There are three valid modes:
- geno or genome, for genome assemblies (DNA)
- tran or transcriptome, for transcriptome assemblies (DNA)
- prot or proteins, for annotated gene sets (protein)
example: protein
- name: --lineage_dataset
alternatives: ["-l"]
Expand Down

0 comments on commit 26cf05b

Please sign in to comment.