Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Dec 13, 2024
1 parent 261fd44 commit 53280fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions modules/nf-core/busco/busco/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco.batch_summary.txt":
type: file
description: Summary of all sequence files analyzed
Expand All @@ -56,7 +56,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- short_summary.*.txt:
type: file
description: Short Busco summary in plain text format
Expand All @@ -66,7 +66,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- short_summary.*.json:
type: file
description: Short Busco summary in JSON format
Expand All @@ -76,7 +76,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco/*/run_*/full_table.tsv":
type: file
description: Full BUSCO results table
Expand All @@ -86,7 +86,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco/*/run_*/missing_busco_list.tsv":
type: file
description: List of missing BUSCOs
Expand All @@ -96,7 +96,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco/*/run_*/single_copy_proteins.faa":
type: file
description: Fasta file of single copy proteins (transcriptome mode)
Expand All @@ -106,7 +106,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco/*/run_*/busco_sequences":
type: directory
description: BUSCO sequence directory
Expand All @@ -116,7 +116,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco/*/translated_proteins":
type: directory
description: Six frame translations of each transcript made by the transcriptome
Expand All @@ -127,7 +127,7 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "*-busco":
type: directory
description: BUSCO lineage specific output
Expand All @@ -137,10 +137,10 @@ output:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
e.g. [ id:'test' ]
- "busco_downloads/lineages/*":
type: directory
description: BUSCO lineages downloaded
description: Lineages downloaded by BUSCO when running the analysis, for example bacteria_odb12
pattern: "busco_downloads/lineages/*"
- versions:
- versions.yml:
Expand Down

0 comments on commit 53280fb

Please sign in to comment.