genomeannotator
Pipeline for the identification of (coding) gene structures in draft genomes.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 10 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords
Repository
Pipeline for the identification of (coding) gene structures in draft genomes.
Basic Info
- Host: GitHub
- Owner: nf-core
- License: mit
- Language: Nextflow
- Default Branch: dev
- Homepage: https://nf-co.re/genomeannotator
- Size: 97 MB
Statistics
- Stars: 29
- Watchers: 178
- Forks: 16
- Open Issues: 7
- Releases: 0
Topics
Metadata Files
README.md
Introduction
nf-core/genomeannotator is a bioinformatics best-practice analysis pipeline for the annotation of eukaryote genomes. It was developed with a focus on metazoans - although other groups should work as well.
The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The Nextflow DSL2 implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from nf-core/modules in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!
Pipeline summary
- Preprocess assembly (filter out small contigs, clean sequence names)
- Align evidences (proteins, transcripts, RNAseq)
- Convert alignments to annotation support
- Build gene models using AUGUSTUS and optionally PASA
- Compute consensus gene build using EvidenceModeler
Optional steps include de-novo transcriptome assembly (Trinity) and annotation mapping from related genomes (Satsuma2 and Kraken).
Quick Start
Install
Nextflow(>=21.10.3)Install any of
Docker,Singularity,Podman,ShifterorCharliecloudfor full pipeline reproducibility (please only useCondaas a last resort; see docs)Download the pipeline and test it on a minimal dataset with a single command:
console nextflow run nf-core/genomeannotator -profile test,YOURPROFILE --outdir <OUTDIR>Note that some form of configuration will be needed so that Nextflow knows how to fetch the required software. This is usually done in the form of a config profile (
YOURPROFILEin the example command above). You can chain multiple config profiles in a comma-separated string.- The pipeline comes with config profiles called
docker,singularity,podman,shifter,charliecloudandcondawhich instruct the pipeline to use the named tool for software management. For example,-profile test,docker. - Please check nf-core/configs to see if a custom config file to run nf-core pipelines already exists for your Institute. If so, you can simply use
-profile <institute>in your command. This will enable eitherdockerorsingularityand set the appropriate execution settings for your local compute environment. - If you are using
singularity, please use thenf-core downloadcommand to download images first, before running the pipeline. Setting theNXF_SINGULARITY_CACHEDIRorsingularity.cacheDirNextflow options enables you to store and re-use the images from a central location for future pipeline runs. - If you are using
conda, it is highly recommended to use theNXF_CONDA_CACHEDIRorconda.cacheDirsettings to store the environments in a central location for future pipeline runs.
- The pipeline comes with config profiles called
Start running your own analysis!
console nextflow run nf-core/genomeannotator --input samplesheet.csv --outdir <OUTDIR> --genome GRCh37 -profile <docker/singularity/podman/shifter/charliecloud/conda/institute>
Documentation
The nf-core/genomeannotator pipeline comes with documentation about the pipeline usage, parameters and output.
Credits
nf-core/genomeannotator was originally written by Marc P. Hoeppner.
We thank the following people for their extensive assistance in the development of this pipeline:
Montserrat Torres-Oliva (@MontseTor)
Contributions and Support
If you would like to contribute to this pipeline, please see the contributing guidelines.
For further information or help, don't hesitate to get in touch on the Slack #genomeannotator channel (you can join with this invite).
Citations
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.
You can cite the nf-core publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.
Owner
- Name: nf-core
- Login: nf-core
- Kind: organization
- Email: core@nf-co.re
- Website: http://nf-co.re
- Twitter: nf_core
- Repositories: 84
- Profile: https://github.com/nf-core
A community effort to collect a curated set of analysis pipelines built using Nextflow.
GitHub Events
Total
- Issues event: 1
- Watch event: 13
- Fork event: 2
Last Year
- Issues event: 1
- Watch event: 13
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Marc Hoeppner | m****r@g****m | 27 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 9
- Total pull requests: 24
- Average time to close issues: 11 months
- Average time to close pull requests: 2 months
- Total issue authors: 8
- Total pull request authors: 2
- Average comments per issue: 1.89
- Average comments per pull request: 0.79
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- yuifu (2)
- elizabethmcd (1)
- marchoeppner (1)
- chklopp (1)
- mictadlo (1)
- fperezcobos (1)
- jen-reeve (1)
- stat-lab (1)
Pull Request Authors
- nf-core-bot (20)
- marchoeppner (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- nf-core/tower-action v3 composite
- nf-core/tower-action v3 composite
- mshick/add-pr-comment v1 composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/checkout master composite
- actions/setup-node v2 composite
- actions/setup-python v1 composite
- actions/upload-artifact v2 composite
- karancode/yamllint-github-action master composite
- mshick/add-pr-comment v1 composite
- dawidd6/action-download-artifact v2 composite
- marocchino/sticky-pull-request-comment v2 composite
