genomeannotator

Pipeline for the identification of (coding) gene structures in draft genomes.

https://github.com/nf-core/genomeannotator

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

annotation assembly draft-genome gene-annotation genome-annotation genome-assembly nextflow nf-core pipeline workflow
Last synced: 6 months ago · JSON representation

Repository

Pipeline for the identification of (coding) gene structures in draft genomes.

Basic Info
Statistics
  • Stars: 29
  • Watchers: 178
  • Forks: 16
  • Open Issues: 7
  • Releases: 0
Topics
annotation assembly draft-genome gene-annotation genome-annotation genome-assembly nextflow nf-core pipeline workflow
Created about 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

nf-core/genomeannotator nf-core/genomeannotator

GitHub Actions CI Status GitHub Actions Linting Status AWS CI Cite with Zenodo

Nextflow run with conda run with docker run with singularity

Get help on Slack Follow on Twitter Watch on YouTube

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

  1. Preprocess assembly (filter out small contigs, clean sequence names)
  2. Align evidences (proteins, transcripts, RNAseq)
  3. Convert alignments to annotation support
  4. Build gene models using AUGUSTUS and optionally PASA
  5. 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

  1. Install Nextflow (>=21.10.3)

  2. Install any of Docker, Singularity, Podman, Shifter or Charliecloud for full pipeline reproducibility (please only use Conda as a last resort; see docs)

  3. 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 (YOURPROFILE in 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, charliecloud and conda which 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 either docker or singularity and set the appropriate execution settings for your local compute environment.
    • If you are using singularity, please use the nf-core download command to download images first, before running the pipeline. Setting the NXF_SINGULARITY_CACHEDIR or singularity.cacheDir Nextflow 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 the NXF_CONDA_CACHEDIR or conda.cacheDir settings to store the environments in a central location for future pipeline runs.
  4. 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

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

All Time
  • Total Commits: 27
  • Total Committers: 1
  • Avg Commits per committer: 27.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
bug (6) enhancement (2)
Pull Request Labels

Dependencies

.github/workflows/awsfulltest.yml actions
  • nf-core/tower-action v3 composite
.github/workflows/awstest.yml actions
  • nf-core/tower-action v3 composite
.github/workflows/branch.yml actions
  • mshick/add-pr-comment v1 composite
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
.github/workflows/linting.yml actions
  • 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
.github/workflows/linting_comment.yml actions
  • dawidd6/action-download-artifact v2 composite
  • marocchino/sticky-pull-request-comment v2 composite
modules/nf-core/modules/cat/fastq/meta.yml cpan
modules/nf-core/modules/custom/dumpsoftwareversions/meta.yml cpan
modules/nf-core/modules/fastqc/meta.yml cpan
modules/nf-core/modules/gunzip/meta.yml cpan
modules/nf-core/modules/multiqc/meta.yml cpan