MobiDB-lite is a lightweight tool for predicting intrinsic disorder in proteins. This guide explains how to build and use the Dockerized version of MobiDB-lite 4.0
Before running the tool, you need to build the Docker image.
git clone https://github.com/BioComputingUP/MobiDB-lite_docker.git
cd MobiDB-lite_docker
docker build -t mobidb-lite .
This creates a Docker image named mobidb-lite
Once the image is built, you can use it to analyze multi-fasta files.
docker run --rm -v $PWD:/data mobidb-lite [options] [input_file] [output_file]
Example:
docker run --rm -v $PWD:/data mobidb-lite /data/data/first10sp.fasta output.tsv
To calculate the ensemble properties, you must specify --extra option with --format mobidb:
docker run --rm -v $PWD:/data mobidb-lite --extra --format mobidb /data/data/first10sp.fasta output.mjson