This Code Ocean Compute Capsule will allow you to run and reproduce the results of CombFold - prepare fasta 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.
In your terminal, execute the following command, providing your password or API key when prompted for it:
docker login -u june@codeocean.com registry.apps.codeocean.comIn your terminal, navigate to the folder where you've extracted the Capsule and execute the following command, adjusting parameters as needed:
docker run --platform linux/amd64 --rm \
--workdir /code \
--volume "$PWD/code":/code \
--volume "$PWD/data":/data \
--volume "$PWD/results":/results \
registry.apps.codeocean.com/capsule/cad868fa-8190-4827-a75c-56efab076048 \
bash run ../data/subunits.json 1800