Skip to content

Commit

Permalink
Merge branch 'update-busco' of github.com:dialvarezs/nf-core-modules …
Browse files Browse the repository at this point in the history
…into update-busco
  • Loading branch information
dialvarezs committed Dec 11, 2024
2 parents c048d45 + f3184f4 commit c44ff08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/busco/busco/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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, or "auto/auto_prok/auto_euk" to enable auto-lineage
path busco_lineages_path // Recommended: path to busco lineages - downloads if not set
val lineage // Required: lineage for checking against, or "auto/auto_prok/auto_euk" for enabling auto-lineage
path busco_lineages_path // Recommended: busco lineages file - downloads if not set
path config_file // Optional: busco configuration file

output:
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/busco/busco/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ input:
pattern: "{genome,proteins,transcriptome}"
- - lineage:
type: string
description: The BUSCO lineage to use, or "auto", "auto_prok" or "auto_euk" 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 c44ff08

Please sign in to comment.