slamseq

nf-core slamseq development repository

https://github.com/t-neumann/slamseq

Science Score: 23.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 21 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

nf-core slamseq development repository

Basic Info
  • Host: GitHub
  • Owner: t-neumann
  • License: mit
  • Language: Nextflow
  • Default Branch: master
  • Size: 2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 12
  • Open Issues: 0
  • Releases: 0
Created over 7 years ago · Last pushed over 5 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

nf-core/slamseq

GitHub Actions CI Status GitHub Actions Linting Status Nextflow

install with bioconda Docker DOI

Introduction

nf-core/slamseq is a bioinformatics analysis pipeline used for SLAMSeq sequencing data.

The workflow processes SLAMSeq datasets using Slamdunk and infers direct transcriptional targets using DESeq2.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

Quick Start

i. Install nextflow

ii. Install either Docker or Singularity for full pipeline reproducibility (please only use Conda as a last resort; see docs)

iii. Download the pipeline and test it on a minimal dataset with a single command

bash nextflow run nf-core/slamseq -profile test,<docker/singularity/conda/institute>

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.

iv. Start running your own analysis!

bash nextflow run nf-core/slamseq -profile <docker/singularity/conda/institute> --input design.tsv --genome GRCh38

See usage docs for all of the available options when running the pipeline.

Documentation

The nf-core/slamseq pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Output and how to interpret the results
  5. Troubleshooting

Credits

nf-core/slamseq was originally written by Tobias Neumann (@t-neumann) for the use at the IMP Vienna.

Many thanks to other who have helped out along the way too, including (but not limited to): @apeltzer, @drpatelh, @pditommaso, @maxulysse, @ewels, @zethson, @bgruening, @micans.

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 Slack (you can join with this invite).

Citation

If you use nf-core/slamseq for your analysis, please cite it using the following doi: 10.5281/zenodo.3826585

You can cite slamdunk as follows:

Quantification of experimentally induced nucleotide conversions in high-throughput sequencing datasets.

Tobias Neumann, Veronika A. Herzog, Matthias Muhar, Arndt von Haeseler, Johannes Zuber, Stefan L. Ameres & Philipp Rescheneder.

BMC Bioinformatics 2019 May 20. doi: 10.1186/s12859-019-2849-7.

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.
ReadCube: Full Access Link

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

Owner

  • Name: Tobias Neumann
  • Login: t-neumann
  • Kind: user
  • Location: Vienna
  • Company: @IMPIMBA @ZuberLab @ObenaufLab

Lead Bioinformatician / Data Analyst / Space exploration enthusiast

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 17 minutes
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • t-neumann (5)
  • Hypertyz (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
.github/workflows/linting.yml actions
  • actions/checkout v2 composite
  • actions/checkout v1 composite
  • actions/setup-node v1 composite
  • actions/setup-python v1 composite
environment.yml conda
  • bioconductor-deseq2 1.22.1.*
  • markdown 3.1.1.*
  • multiqc 1.8.*
  • pygments 2.5.2.*
  • pymdown-extensions 6.0.*
  • python 3.7.3.*
  • r-ggrepel 0.8.2.*
  • r-gridextra 2.3.*
  • r-kernsmooth 2.23_16.*
  • slamdunk 0.4.3.*
  • trim-galore 0.6.5.*
Dockerfile docker
  • nfcore/base 1.9 build