Skip to content

Commit

Permalink
Adjust description of busco_download_path param in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
skrakau committed Apr 26, 2021
1 parent eb8ed75 commit 5e9c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"busco_download_path": {
"type": "string",
"description": "Path to local folder containing already downloaded and unpacked lineage datasets.",
"help_text": "If provided, BUSCO analysis will be run in offline mode. Data can be downloaded from https://busco-data.ezlab.org/v5/data/. Run in combination with automated lineage selection."
"help_text": "If provided, BUSCO analysis will be run in offline mode. Data can be downloaded from https://busco-data.ezlab.org/v5/data/ (files still need to be unpacked manually). Run in combination with automated lineage selection."
},
"busco_auto_lineage_prok": {
"type": "boolean",
Expand Down

0 comments on commit 5e9c00b

Please sign in to comment.