IN PROGRESS
- Something really useful
- Makes things faster
See requirements files and Dockerfile for full information. At the least you'll need:
- CGATCore
- R >= 3.2
- Python >= 3.5
- r-docopt
- r-data.table
- r-ggplot2
pip install git+git://github.com/|github_user|/|project_name|.git
# Create a folder or a whole data science project, e.g. project_quickstart -n QTL_project
cd QTL_project/results
mkdir tests ; cd tests
# Download test files, e.g.:
wget -nH -np -r --cut-dirs=4 -A .txt http://www.bios.unc.edu/research/genomic_software/Matrix_eQTL/Sample_Data/
python pipeline_QTL --help
python pipeline_QTL config
etc
- Pull requests welcome!
If you have any issues, pull requests, etc. please report them in the issue tracker.