CDBProm v2.0 — Local Predictions with Docker
This is a tutorial to run predictions from our official Docker volume.
There are no restrictions on the number of sequences that can be run.
You need to run the docker command below from within the directory where your fasta file is.
Parameters
(Mandatory) input_file: Local path to te input file
(Optional)'--step_size', '-s': Value of the desired step size (used for sequences with length >60)
Docker sample command
docker run --rm -v \
"$(pwd)":/data \
sganzg/cdbprom-local:latest \
--step_size 10 \
/data/your_fasta.fasta