Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

a containerized version of the megSAP pipeline

License

Notifications You must be signed in to change notification settings

sbilge/megSAP_containerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

megSAP Containerized

This is a containerized version of the Medical Genetics Sequence Analysis Pipeline.

USAGE

  1. To run the container interactively (replace YOUR_VOLUME with a path on your host to store the downloads and results):

docker run -i megsap_containerized -m "-v <YOUR VOLUME>:/mnt/data -v <YOUR VOLUME 2>:/tmp"

  1. To download the reference genome:

cd megSAP/data/

./download_GRCh37.sh

  1. To download databases:

./download_dbs.sh

  1. To run somatic_dna pipeline:

cd mnt/data/

php /megSAP/src/Pipelines/somatic_dna.php -p_folder <PATH TO THE FOLDER CONTAINING SAMPLE FOLDERS> -t_id <TUMOUR SAMPLE PROCESSING ID> -n_id <NORMAL SAMPLE PROCESSSING ID> -t_sys <TUMOUR PROCESSING INI FILE> -n_sys <REFERENCE PROCESSING INI FILE> -o_folder <OUTPUT FOLDER>

About

a containerized version of the megSAP pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published