2022-01-27 14:36:18 +00:00
name : busco
description : Benchmarking Universal Single Copy Orthologs
keywords :
- quality control
- genome
- transcriptome
- proteome
tools :
- busco :
description : BUSCO provides measures for quantitative assessment of genome assembly, gene set, and transcriptome completeness based on evolutionarily informed expectations of gene content from near-universal single-copy orthologs selected from OrthoDB.
homepage : https://busco.ezlab.org/
documentation : https://busco.ezlab.org/busco_userguide.html
tool_dev_url : https://gitlab.com/ezlab/busco
doi : "10.1007/978-1-4939-9173-0_14"
2022-05-03 09:19:39 +00:00
licence : [ "MIT" ]
2022-01-27 14:36:18 +00:00
input :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- fasta :
type : file
2022-05-03 09:15:15 +00:00
description : Nucleic or amino acid sequence file in FASTA format.
pattern : "*.{fasta,fna,fa,fasta.gz,fna.gz,fa.gz}"
- lineage :
2022-02-25 13:26:23 +00:00
type : value
2022-05-06 11:56:19 +00:00
description : The BUSCO lineage to use, or "auto" to automatically select lineage
2022-05-03 09:15:15 +00:00
- busco_lineages_path :
2022-01-27 14:36:18 +00:00
type : directory
2022-05-03 09:15:15 +00:00
description : Path to local BUSCO lineages directory.
- config_file :
2022-05-03 13:53:17 +00:00
type : file
2022-05-03 09:15:15 +00:00
description : Path to BUSCO config file.
2022-01-27 14:36:18 +00:00
output :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2022-05-05 08:23:54 +00:00
- batch_summary :
type : file
description : Summary of all sequence files analyzed
pattern : "*-busco.batch_summary.txt"
- short_summaries_txt :
type : file
description : Short Busco summary in plain text format
pattern : "short_summary.*.txt"
- short_summaries_json :
type : file
description : Short Busco summary in JSON format
pattern : "short_summary.*.json"
2022-05-03 09:15:15 +00:00
- busco_dir :
type : directory
description : BUSCO lineage specific output
pattern : "*-busco"
2022-01-27 14:36:18 +00:00
- versions :
type : file
description : File containing software versions
pattern : "versions.yml"
authors :
- "@priyanka-surana"
- "@charles-plessy"
2022-05-03 09:15:15 +00:00
- "@mahesh-panchal"
2022-05-03 13:56:27 +00:00
- "@muffato"
2022-05-03 14:09:19 +00:00
- "@jvhagey"