Installation and Usage
How to install and run the workflow
Step 1: Create a virtual environment.
Step 1: For cwltool/toil, please install using python 3.6 as done below:
pip3 install virtualenv
python3 -m venv my_project
source my_project/bin/activateStep 2: Clone the repository
git clone --recursive https://github.com/msk-access/uncollapsed_bam_generation.git
cd standard_bam_processing
git submodule update --recursive --remoteStep 3: Install requirements using pip
Step 4: Run the workflow with a given set of input using cwltool on single machine
Step 4: Run the workflow with a given set of input using toil on single machine
Step 4: Run the workflow with a given set of input using toil on JUNO (MSKCC Research Cluster)
Last updated
Was this helpful?