Skip to content

Commit

Permalink
update busco to point to busco_list_datasets component
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Feb 6, 2024
1 parent a858cc1 commit 1920c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/busco/busco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ functionality:
required: false
description: |
Specify a BUSCO lineage dataset that is most closely related to the assembly or gene set being assessed.
The full list of available datasets can be viewed [here](https://busco-data.ezlab.org/v5/data/lineages/) or by running `busco --list-datasets` (which requires installing the tool).
The full list of available datasets can be viewed [here](https://busco-data.ezlab.org/v5/data/lineages/) or by running the busco/busco_list_datasets component.
When unsure, the "--auto_lineage" flag can be set to automatically find the optimal lineage path.
Requested datasets will automatically be downloaded if not already present in the download folder.
example: stramenopiles_odb10
Expand Down
2 changes: 2 additions & 0 deletions src/busco/busco_list_datasets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ echo ">> Checking output"

echo ">> Checking if output is empty"
[ ! -s "datasets.txt" ] && echo "datasets.txt is empty" && exit 1

rm datasets.txt

0 comments on commit 1920c9a

Please sign in to comment.