Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Jan 30, 2024
1 parent 620c28b commit 75533f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/busco/busco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ functionality:
required: true
description: |
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)
- prot or protein, for annotated gene sets (protein)
example: protein
- name: --lineage_dataset
alternatives: ["-l"]
Expand Down
2 changes: 1 addition & 1 deletion src/busco/busco/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "> Running busco"

"$meta_executable" \
--input $test_dir/protein.fasta \
--mode protein \
--mode proteins \
--lineage_dataset stramenopiles_odb10 \
--output_dir output

Expand Down

0 comments on commit 75533f9

Please sign in to comment.