TeoSakel / sns

Analysis pipelines for genomic sequencing data

Home Page:https://igordot.github.io/sns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seq-N-Slide: sequencing data analysis pipelines

DOI

Automated workflows for common sequencing-based (Illumina) protocols, such as RNA-seq, ChIP-seq, ATAC-seq, WGBS/RRBS methylation, whole genome/exome/targeted variant detection, and contaminant screening.

Brief usage overview

Download the code.

git clone --depth 1 https://github.com/igordot/sns

Generate a sample sheet based on a directory of FASTQ files.

sns/gather-fastqs <fastq_dir>

Specify the reference genome.

sns/generate-settings <genome>

Run the analysis using a specific route.

sns/run <route>

Check if the jobs are submitted and running.

squeue -u $USER

Check for problems.

grep "ERROR:" logs-sbatch/*

For more details, check the full documentation at: https://igordot.github.io/sns

About

Analysis pipelines for genomic sequencing data

https://igordot.github.io/sns

License:MIT License


Languages

Language:Shell 81.7%Language:R 15.2%Language:Perl 3.1%