All Projects → igordot → Sns

igordot / Sns

Licence: mit
Analysis pipelines for sequencing data

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Sns

Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+1788.37%)
Mutual labels:  bioinformatics, pipeline, genomics, sequencing, dna
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+5490.7%)
Mutual labels:  bioinformatics, genomics, sequencing, dna
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+27.91%)
Mutual labels:  bioinformatics, genomics, sequencing, dna
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (+134.88%)
Mutual labels:  bioinformatics, genomics, sequencing, dna
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+2230.23%)
Mutual labels:  bioinformatics, genomics, sequencing, dna
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (+160.47%)
Mutual labels:  bioinformatics, pipeline, sequencing, dna
Nucleus
Python and C++ code for reading and writing genomics data.
Stars: ✭ 657 (+1427.91%)
Mutual labels:  bioinformatics, genomics, dna
Biopython
Official git repository for Biopython (originally converted from CVS)
Stars: ✭ 2,936 (+6727.91%)
Mutual labels:  bioinformatics, genomics, dna
PHAT
Pathogen-Host Analysis Tool - A modern Next-Generation Sequencing (NGS) analysis platform
Stars: ✭ 17 (-60.47%)
Mutual labels:  bioinformatics, analysis, dna
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-51.16%)
Mutual labels:  bioinformatics, pipeline, genomics
Roary
Rapid large-scale prokaryote pan genome analysis
Stars: ✭ 176 (+309.3%)
Mutual labels:  bioinformatics, genomics, sequencing
saffrontree
SaffronTree: Reference free rapid phylogenetic tree construction from raw read data
Stars: ✭ 17 (-60.47%)
Mutual labels:  bioinformatics, genomics, sequencing
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-37.21%)
Mutual labels:  bioinformatics, genomics, sequencing
Bedops
🔬 BEDOPS: high-performance genomic feature operations
Stars: ✭ 215 (+400%)
Mutual labels:  bioinformatics, pipeline, genomics
Sequenceserver
Intuitive local web frontend for the BLAST bioinformatics tool
Stars: ✭ 198 (+360.47%)
Mutual labels:  bioinformatics, genomics, sequencing
dna-traits
A fast 23andMe genome text file parser, now superseded by arv
Stars: ✭ 64 (+48.84%)
Mutual labels:  bioinformatics, genomics, dna
Awesome Sequencing Tech Papers
A collection of publications on comparison of high-throughput sequencing technologies.
Stars: ✭ 21 (-51.16%)
Mutual labels:  bioinformatics, genomics, sequencing
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (+497.67%)
Mutual labels:  bioinformatics, genomics, dna
Hgvs
Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
Stars: ✭ 138 (+220.93%)
Mutual labels:  bioinformatics, genomics, sequencing
Rnaseq Workflow
A repository for setting up a RNAseq workflow
Stars: ✭ 170 (+295.35%)
Mutual labels:  bioinformatics, pipeline, sequencing

Seq-N-Slide: sequencing data analysis pipelines

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].