Portable Docker environment for the DROP RNA-seq aberrant event detection framework.
102
Dockerized environment for the DROP framework (Detection of RNA Outlier Pipeline) for RNA-seq based rare disease and aberrant event analysis.
This image provides a portable and reproducible environment for running:
The container is designed for:
docker pull rsubioinfogroup/drop:latest
Run using a mounted persistent project directory:
docker run --rm -it \
-v /path/to/drop-project:/drop/analysis \
rsubioinfogroup/drop:latest
Windows example:
docker run --rm -it ^
-v C:/Users/YourName/drop-project:/drop/analysis ^
rsubioinfogroup/drop:latest
analysis/
โโโ Data/
โโโ Output/
โโโ config.yaml
โโโ Scripts/
โโโ .drop/
โโโ Snakefile
Inside the container:
drop demo
This downloads lightweight demo data and creates a complete runnable DROP project.
snakemake --cores 8
snakemake aberrantExpression --cores 8
snakemake aberrantSplicing --cores 8
snakemake monoallelicExpression --cores 8
snakemake rnaVariantCalling --cores 8
To support incremental reruns and avoid recomputing previous samples, preserve:
Output/processed_data
Output/processed_results
.drop
between executions.
This allows adding new samples without recalculating existing intermediate results.
The container itself is stateless.
Input data and workflow outputs should be mounted from:
This enables reproducible execution across heterogeneous compute environments.
docker run --rm -it \
-v /data/drop-project:/drop/analysis \
rsubioinfogroup/drop:latest
Original DROP framework:
https://github.com/gagneurlab/dropโ
Containerized and adapted for reproducible deployment workflows.
Content type
Image
Digest
sha256:ec4e2b2daโฆ
Size
3 GB
Last updated
4 months ago
docker pull rsubioinfogroup/drop:1.4.0