bhklab / QANPCRT

Quality Assurance of Nasopharyngeal Cancer Radiation Therapy Targets (CTV's) using a novel web-based quality assurance application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Assurance of Nasopharyngeal Cancer Radiation Therapy Targets (CTV's) using a novel web-based quality assurance application

Clinical Acceptability Testing Web Application

QUANNOTATE (Web App) (GitHub)

Code Ocean Capsule

This Code Ocean compute capsule will allow you to reproduce the results published by the author on your local machine1. Follow the instructions below, or consult our knowledge base for more information. Don't hesitate to reach out via live chat or email if you have any questions.

1 You may need access to additional hardware and/or software licenses.

Prerequisites

Instructions

The computational environment (Docker image)

This capsule is private and its environment cannot be downloaded at this time. You will need to rebuild the environment locally.

If there's any software requiring a license that needs to be run during the build stage, you'll need to make your license available. See our knowledge base for more information.

In your terminal, navigate to the folder where you've extracted the capsule and execute the following command:

cd environment && docker build . --tag 556c150d-cc06-4333-b25f-4ab024bb5ba9; cd ..

This step will recreate the environment (i.e., the Docker image) locally, fetching and installing any required dependencies in the process. If any external resources have become unavailable for any reason, the environment will fail to build.

Running the capsule to reproduce the results

In your terminal, navigate to the folder where you've extracted the capsule and execute the following command, adjusting parameters as needed:

docker run --rm \
  --workdir /code \
  --volume "$PWD/data":/data \
  --volume "$PWD/code":/code \
  --volume "$PWD/results":/results \
  556c150d-cc06-4333-b25f-4ab024bb5ba9 ./run

About

Quality Assurance of Nasopharyngeal Cancer Radiation Therapy Targets (CTV's) using a novel web-based quality assurance application


Languages

Language:R 69.8%Language:TeX 26.2%Language:Dockerfile 2.9%Language:Shell 1.0%