Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Dec 11, 2024
1 parent 5674aad commit 904dbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/busco/busco/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process BUSCO_BUSCO {
input:
tuple val(meta), path(fasta, stageAs:'tmp_input/*')
val mode // Required: One of genome, proteins, or transcriptome
val lineage // Required: lineage to check against, "auto" enables --auto-lineage instead
val lineage // Required: lineage to check against, or "auto/auto_prok/auto_euk" to enable auto-lineage
path busco_lineages_path // Recommended: path to busco lineages - downloads if not set
path config_file // Optional: busco configuration file

Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/busco/busco/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ input:
pattern: "{genome,proteins,transcriptome}"
- - lineage:
type: string
description: The BUSCO lineage to use, or "auto" to automatically select lineage
description: The BUSCO lineage to use, or "auto", "auto_prok" or "auto_euk" to automatically select lineage
- - busco_lineages_path:
type: directory
description: Path to local BUSCO lineages directory.
Expand Down

0 comments on commit 904dbe5

Please sign in to comment.