All Projects → snakemake-workflows → ngs-test-data

snakemake-workflows / ngs-test-data

Licence: other
A workflow for creating small NGS test data sets, useful for continuous integration.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ngs-test-data

docs
Documentation of the Snakemake-Workflows project
Stars: ✭ 123 (+547.37%)
Mutual labels:  snakemake, snakemake-workflows
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+110.53%)
Mutual labels:  snakemake, ngs
Htsjdk
A Java API for high-throughput sequencing data (HTS) formats.
Stars: ✭ 220 (+1057.89%)
Mutual labels:  ngs
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (+868.42%)
Mutual labels:  ngs
tourmaline
Amplicon sequence processing workflow using QIIME 2 and Snakemake
Stars: ✭ 23 (+21.05%)
Mutual labels:  snakemake
panoptes
Monitor computational workflows in real time
Stars: ✭ 45 (+136.84%)
Mutual labels:  snakemake
pyflow-ATACseq
ATAC-seq snakemake pipeline
Stars: ✭ 61 (+221.05%)
Mutual labels:  snakemake
snakefiles
🐍 Snakefiles for common RNA-seq data analysis workflows.
Stars: ✭ 78 (+310.53%)
Mutual labels:  snakemake
tailseeker
Software for measuring poly(A) tail length and 3′-end modifications using a high-throughput sequencer
Stars: ✭ 17 (-10.53%)
Mutual labels:  snakemake
snakemake-mode
[MIRROR] Emacs support for Snakemake
Stars: ✭ 30 (+57.89%)
Mutual labels:  snakemake
sunbeam
A robust, extensible metagenomics pipeline
Stars: ✭ 143 (+652.63%)
Mutual labels:  snakemake
rna-seq-snakemake
Snakemake based pipeline for RNA-Seq analysis
Stars: ✭ 29 (+52.63%)
Mutual labels:  snakemake
dentist
Close assembly gaps using long-reads at high accuracy.
Stars: ✭ 39 (+105.26%)
Mutual labels:  snakemake
Snakepipes
Customizable workflows based on snakemake and python for the analysis of NGS data
Stars: ✭ 226 (+1089.47%)
Mutual labels:  ngs
snakefmt
The uncompromising Snakemake code formatter
Stars: ✭ 78 (+310.53%)
Mutual labels:  snakemake
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 (+12552.63%)
Mutual labels:  ngs
MGSE
Mapping-based Genome Size Estimation (MGSE) performs an estimation of a genome size based on a read mapping to an existing genome sequence assembly.
Stars: ✭ 22 (+15.79%)
Mutual labels:  ngs
rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+500%)
Mutual labels:  ngs
recentrifuge
Recentrifuge: robust comparative analysis and contamination removal for metagenomics
Stars: ✭ 79 (+315.79%)
Mutual labels:  ngs
tibanna
Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
Stars: ✭ 61 (+221.05%)
Mutual labels:  snakemake

Snakemake workflow: ngs-test-data

Snakemake Build Status

This workflow creates small test datasets for NGS data analyses. The generated data is available in the folders ref and reads, such that the repository can be directly used as a git submodule for continuous integration tests.

Authors

Usage

Step 1: Install workflow

If you simply want to use this workflow, download and extract the latest release. If you intend to modify and further develop this workflow, fork this reposity. Please consider providing any generally applicable modifications via a pull request.

In any case, if you use this workflow in a paper, don't forget to give credits to the authors by citing the URL of this repository and, if available, its DOI (see above).

Step 2: Configure workflow

Configure the workflow according to your needs via editing the file config.yaml.

Step 3: Execute workflow

Test your configuration by performing a dry-run via

snakemake -n

Execute the workflow locally via

snakemake --cores $N

using $N cores or run it in a cluster environment via

snakemake --cluster qsub --jobs 100

or

snakemake --drmaa --jobs 100

See the Snakemake documentation for further details.

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].