Skip to content
Jaeyoung Chun edited this page Oct 30, 2019 · 7 revisions

Welcome to the sharp wiki!

pip install cromwell-tools
export SHARP_VERSION="0.0.1"
aws s3 cp s3://dp-lab-home/software/sharp-${SHARP_VERSION}.tar.gz .
mkdir -p sharp-${SHARP_VERSION}
tar xzf sharp-${SHARP_VERSION}.tar.gz -C sharp-${SHARP_VERSION}
cd sharp-${SHARP_VERSION}
Clone this wiki locally