ccrr1.2.zip
unzip ccrr1.2.zip
python install.py -sequenza -manta -delly -svaba -gridss \
-lumpy -soreca -purple -sclust -cnvkit \
-ref 'hg19&hg38'
This script will automatically download the dependency data for the tools you selected and build the Dockerfile.
gurobi.lic
. For more information, visit www.gurobi.commosek.lic
. For more information, visit www.mosek.comdocker build --pull --rm --build-arg GITHUB_PAT=[GITHUB_PAT] -f dockerfile -t ccrr:v1 .
docker run -v $(pwd)/share:/home/2.share -v $(pwd)/wd:/home/3.wd -d -it --name ccrr ccrr:v1
docker exec -it ccrr /bin/bash
ccrr -mode test
nohup ccrr -mode default -prefix task_id\
-normal [normal.bam] --normal-id [normal-id] \
-tumor [tumor.bam] --tumor-id [tumor-id] \
--genome-version hg19 -reference [hg19.fa] \
-threads 30 -g 200 >log 2>&1 &