fair_macs2_calling

Snakemake workflow used to call peaks with Macs2

https://github.com/tdayris/fair_macs2_calling

Science Score: 44.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary

Keywords

bowtie2 homer macs2 sambamba snakemake snakemake-workflow snakemake-wrappers
Last synced: 6 months ago · JSON representation ·

Repository

Snakemake workflow used to call peaks with Macs2

Basic Info
  • Host: GitHub
  • Owner: tdayris
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 3.42 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 14
Topics
bowtie2 homer macs2 sambamba snakemake snakemake-workflow snakemake-wrappers
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Citation

README.md

Snakemake GitHub actions status

Do not use. Active dev.

Snakemake workflow used to call peaks with Macs2 and annotate them with Homer.

Usage

The usage of this workflow is described in the Snakemake workflow catalog it is also available locally on a single page.

Results

A complete description of the results can be found here in workflow reports.

Material and Methods

The tools used in this pipeline are described here textually. Web-links are available below:

workflow_rulegraph

Index and genome sequences with fair_genome_indexer

See pipeline content at fair_genome_indexer

Raw-sequences QC with fair_fastqc_multiqc

See pipeline content at fair_fastqc_multiqc

Bowtie2 Mapping with fair_bowtie2_mapping

See pipeline content at fair_bowtie2_mapping

Peak Calling

| Step | Wrapper | | ----------------- | ---------------------------------------------------------------------------------------------------------------- | | Coverage analysis | deeptools-bamcoverage | | Peak-Calling | macs2-callpeak | | Annotation | homer-annotatepeaks |

┌─────────────────────────────────────────┐ │ Aligned reads (see fair_bowtie2_mapping)│ └───────────────┬─────────────────────────┘ │ │ ┌───────────────▼──────────┐ │ Bam coverage (deeptools) │ └───────────────┬──────────┘ │ │ ┌───────────────▼──────┐ │ Peak-Calling (Macs2) │ └───────────────┬──────┘ │ │ ┌───────────────▼─────────┐ │ Peak-Annotaiton (homer) │ └─────────────────────────┘

Quality Controls

| Step | Wrapper/Official documentation | | --------------- | ------------------------------------------------------------------------------------------------------------------------ | | MultiQC | multiqc-wrapper | | Finger prints | deeptools-plotfingerprint | | Plot Coverage | deeptools-plotcoverage | | Plot Enrichment | deeptools-plotenrichment | | Plot PCA | deeptools-plotpca |

┌────────────────────┐ │fair_bowtie2_mapping├─────────────────────────┐ └─┬─────────┬────────┘ │ │ │ │ │ │ │ ┌──────────────────▼─┐ │ ┌────────────────────────┐ │ │Peak-calling (macs2)├───────┼────┤Correlations (deeptools)◄────┤ └──────────────────┬─┘ │ └────────────────────────┘ │ │ │ │ │ │ │ ┌──────────────────▼────┐ │ ┌──────────────────────┐ │ │Peak-annotaiton (homer)├────┼────┤Enrichment (deeptools)◄──────┤ └───────────────────────┘ │ └──────────────────────┘ │ │ │ │ │ ┌────────────────────┐ │ ┌───────────────┐ │ │ fair_fastqc_multiqc├───────┼─────┤PCA (deeptools)◄────────────┘ └────────────────────┘ │ └───────────────┘ │ │ │ │ ┌───▼──────┐ │ │ │ MultiQC │ │ │ └──────────┘

Owner

  • Name: tdayris
  • Login: tdayris
  • Kind: user
  • Company: Institut Gustave Roussy

Bioinformatician

Citation (CITATION.cff)

authors:
- family-names: Dayris
  given-names: Thibault
  orcid: https://orcid.org/0009-0009-2758-8450
cff-version: 1.2.0
date-released: '2025-03-07'
message: If you use this software, please cite it as below.
title: fair-macs2-calling
url: https://github.com/tdayris/fair_macs2_calling
version: 3.2.2

GitHub Events

Total
  • Release event: 1
  • Push event: 3
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 3
  • Create event: 1

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 34
  • Total Committers: 2
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.059
Past Year
  • Commits: 34
  • Committers: 2
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.059
Top Committers
Name Email Commits
tdayris t****s@g****r 32
tdayris t****s@o****r 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/main.yaml actions
  • actions/checkout v3 composite
  • github/super-linter v5 composite
  • snakemake/snakemake-github-action v1.22.0 composite