Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/coke6162/B2_SINE_enhancers
27 May 2023, 15:55:35 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    No releases to show
  • d0d0b9a
  • /
  • ATACseq_BMDM
  • /
  • README.md
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:8cb576b75a23f8462233e6d0a0d4dabf1d3a9060
origin badgedirectory badge Iframe embedding
swh:1:dir:a0ec0a0e9e3faab9b16aa4cebf879d11564602b2
origin badgerevision badge
swh:1:rev:709eaa23c1c245c9485cdeeacaf73aa18811e9e7
origin badgesnapshot badge
swh:1:snp:c0fc443a11c562f64bc313d4db373346013605a6
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 709eaa23c1c245c9485cdeeacaf73aa18811e9e7 authored by coke6162 on 24 February 2023, 19:54:18 UTC
updated to clarify Qiao vs McCann
Tip revision: 709eaa2
README.md
All bash scripts were written to be run using SLURM on the HPC cluster at the University of Colorado Boulder. Some scripts are written to be run in parallel as job arrays.

Accession numbers and corresponding sample names are provided in [sample_names.txt](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/sample_names.txt). These scripts assume that all samples are named as described in [sample_names.txt](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/sample_names.txt). Samples may be download edfrom SRA using the provided SRR IDs using sra-tools (script not provided). For simplicity all input and output files are written to the same directory.

The purpose of this analysis is to generate alignment and peak files using ATAC-seq data from IFNG-stimulated BMDMs ([Platanitis et al. iScience 2022](https://doi.org/10.1016/j.isci.2022.103840)). These files will be used in conjunction with H3K27ac ChIP, Hi-C, and RNA-seq data from IFNG-stimulated BMDMs to predict enhancer-gene contacts using the Activity by Contact model. 

A typical ATAC-seq workflow to call peaks looks like this:
1. [bbduk.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/bbduk.sbatch)
2. [fastqc.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/fastqc.sbatch)
3. [multiqc.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/multiqc.sbatch)
4. [bowtie2.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/bowtie2.sbatch)
5. [remove_duplicates.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/remove_duplicates.sbatch)
6. [shift_fragments.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/shift_fragments.sbatch)
7. [macs2.sbatch](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/macs2.sbatch)

Required packages:
* BBMap v38.05 (https://jgi.doe.gov/data-and-tools/bbtools/)
* FastQC v0.11.8 (https://github.com/s-andrews/FastQC)
* MultiQC v1.7 (https://github.com/ewels/MultiQC)
* Bowtie2 v2.2.9 (https://bowtie-bio.sourceforge.net/bowtie2/index.shtml)
* Samtools v1.14 (http://www.htslib.org/)
* Picard v2.6.0 (https://broadinstitute.github.io/picard/)
* deepTools v3.5.1 (https://deeptools.readthedocs.io/en/develop/index.html)
* MACS2 v2.1.1 (https://pypi.org/project/MACS2/)

Note that the soft masked mm10 assembly and Gencode vM18 gene annotation file may be downloaded via:
* [mm10.fa](http://hgdownload.soe.ucsc.edu/goldenPath/mm10/bigZips/mm10.fa.gz)

Other files referenced in these scripts that have been provided through this repository:
* [adapters.fa](https://github.com/coke6162/B2_SINE_enhancers/blob/main/ATACseq_BMDM/adapters.fa)

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top