genomic-medicine-sweden / poppy

Home Page:https://gms-poppy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poppy

Poppy logo

Lint Snakefmt pycodestyle pytest

License: GPL-3

πŸ’¬ Introduction

❗ Dependencies

To run this workflow, the following tools need to be available:

python snakemake singularity

πŸŽ’ Preparations

Sample data

  1. Add all sample ids to samples.tsv in the column sample.
  2. Add all sample data information to units.tsv. Each row represents a fastq file pair with corresponding forward and reverse reads. Also indicate the sample id, run id and lane number, adapter.

Reference data

  1. You need a ...

βœ… Testing

Coming soon...

πŸš€ Usage

The workflow is designed for WGS data meaning huge datasets which require a lot of compute power. For HPC clusters, it is recommended to use a cluster profile and run something like:

snakemake -s /path/to/Snakefile --profile my-awesome-profile

πŸ§‘β€βš–οΈ Rule Graph

rule_graph

About

https://gms-poppy.readthedocs.io/en/latest/

License:GNU General Public License v3.0


Languages

Language:Python 98.0%Language:Shell 2.0%