ensemblrepeatdownload

Nextflow DSL2 pipeline to download repeat annotations from Ensembl.

https://github.com/sanger-tol/ensemblrepeatdownload

Science Score: 65.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization sanger-tol has institutional domain (www.sanger.ac.uk)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

download formatting genomics nextflow pipeline
Last synced: 4 months ago · JSON representation ·

Repository

Nextflow DSL2 pipeline to download repeat annotations from Ensembl.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 6
  • Releases: 3
Topics
download formatting genomics nextflow pipeline
Created over 3 years ago · Last pushed 5 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

sanger-tol/ensemblrepeatdownload

GitHub Actions CI Status

Cite with Zenodo

Nextflow run with conda run with docker run with singularity

Get help on Slack Follow on Twitter Watch on YouTube

Introduction

sanger-tol/ensemblrepeatdownload is a pipeline that downloads repeat annotations from Ensembl into a Tree of Life directory structure.

The pipeline takes a CSV file that contains assembly accession number, Ensembl species names (as they may differ from Tree of Life ones !), output directories. Assembly accession numbers are optional too. If missing, the pipeline assumes it can be retrieved from files named ACCESSION in the standard location on disk. The pipeline downloads the repeat annotation as the masked Fasta file and a BED file. All files are compressed with bgzip, and indexed with samtools faidx or tabix.

Steps involved:

  • Download the masked fasta file from Ensembl.
  • Extract the coordinates of the masked regions into a BED file.
  • Compress and index the BED file with bgzip and tabix.

[!WARNING] Only the Rapid Release site is currently supported, not the other Ensembl sites.

Usage

Note If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with -profile test before running the workflow on actual data.

The easiest is to provide the exact species name and versions of the assembly and annotations like this:

console nextflow run sanger-tol/ensemblrepeatdownload --ensembl_species_name Noctua_fimbriata --assembly_accession GCA_905163415.1 --annotation_method braker

Warning: Please provide pipeline parameters via the CLI or Nextflow -params-file option. Custom config files including those provided by the -c Nextflow option can be used to provide any configuration except for parameters; see docs.

The pipeline also supports bulk downloads through a sample-sheet. More information about this mode on our pipeline website.

Credits

sanger-tol/ensemblrepeatdownload was originally written by Matthieu Muffato.

We thank the following people for their assistance in the development of this pipeline:

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 #pipelines channel. Please create an issue on GitHub if you are not on the Sanger slack channel.

Citations

If you use sanger-tol/ensemblrepeatdownload for your analysis, please cite it using the following doi: 10.5281/zenodo.7183379

An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.

This pipeline uses code and infrastructure developed and maintained by the nf-core community, reused here under the MIT license.

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: Tree of Life programme
  • Login: sanger-tol
  • Kind: organization
  • Location: United Kingdom

The Tree of Life Programme investigates the diversity of complex organisms (eukaryotes) through sequencing and cellular technology

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: sanger-tol/ensemblrepeatdownload
message: >-
    If you use this software, please cite it using the
    metadata from this file.
type: software
authors:
    - given-names: Matthieu
      family-names: Muffato
      affiliation: Wellcome Sanger Institute
      orcid: "https://orcid.org/0000-0002-7860-3560"
    - given-names: Priyanka
      family-names: Surana
      orcid: "https://orcid.org/0000-0002-7167-0875"
      affiliation: Wellcome Sanger Institute
    - given-names: Tyler
      family-names: Chafin
      orcid: "https://orcid.org/0000-0001-8687-5905"
      affiliation: Wellcome Sanger Institute
identifiers:
    - type: doi
      value: 10.5281/zenodo.7183379
repository-code: "https://github.com/sanger-tol/ensemblrepeatdownload"
license: MIT
commit: TODO
version: 2.0.0
date-released: "2022-10-19"

GitHub Events

Total
  • Create event: 6
  • Issues event: 2
  • Release event: 1
  • Delete event: 5
  • Member event: 1
  • Issue comment event: 9
  • Push event: 10
  • Pull request review event: 4
  • Pull request review comment event: 1
  • Pull request event: 11
  • Fork event: 1
Last Year
  • Create event: 6
  • Issues event: 2
  • Release event: 1
  • Delete event: 5
  • Member event: 1
  • Issue comment event: 9
  • Push event: 10
  • Pull request review event: 4
  • Pull request review comment event: 1
  • Pull request event: 11
  • Fork event: 1

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 2
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • muffato (2)
Pull Request Authors
  • tkchafin (4)
  • muffato (2)
  • sanger-tolsoft (1)
  • gq1 (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
bug (1) enhancement (1)

Dependencies

.github/workflows/branch.yml actions
  • mshick/add-pr-comment v1 composite
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • nf-core/setup-nextflow v1 composite
.github/workflows/fix-linting.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
.github/workflows/linting.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
  • actions/setup-python v3 composite
  • actions/upload-artifact v2 composite
  • mshick/add-pr-comment v1 composite
  • nf-core/setup-nextflow v1 composite
  • psf/black stable composite
.github/workflows/linting_comment.yml actions
  • dawidd6/action-download-artifact v2 composite
  • marocchino/sticky-pull-request-comment v2 composite
.github/workflows/clean-up.yml actions
  • actions/stale v7 composite
.github/workflows/sanger_test.yml actions
  • actions/upload-artifact v3 composite
  • seqeralabs/action-tower-launch v2 composite
.github/workflows/sanger_test_full.yml actions
  • actions/upload-artifact v3 composite
  • seqeralabs/action-tower-launch v2 composite
modules/nf-core/custom/dumpsoftwareversions/meta.yml cpan
modules/nf-core/custom/getchromsizes/meta.yml cpan
modules/nf-core/samtools/dict/meta.yml cpan
modules/nf-core/samtools/faidx/meta.yml cpan
modules/nf-core/tabix/bgzip/meta.yml cpan
modules/nf-core/tabix/tabix/meta.yml cpan
pyproject.toml pypi
modules/nf-core/custom/dumpsoftwareversions/environment.yml conda
  • multiqc 1.20.*
modules/nf-core/samtools/dict/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/samtools/faidx/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/tabix/bgzip/environment.yml conda
  • htslib 1.20.*
  • tabix 1.11.*
modules/nf-core/tabix/tabix/environment.yml conda
  • htslib 1.20.*
  • tabix 1.11.*