A Docker image for nucleolar localization sequence (NoLS) prediction with NoD from the DRSASP.
288
NoD is an advanced artificial neural network predictor for identifying nucleolar localization sequences (NoLSs) in proteins, facilitating research on protein localization within the nucleolus. This resource is provided and maintained by the Dundee Resource for Sequence Analysis and Structure Prediction. For more details and to run NoD on our public server, visit the NoD web server.
You can also use this image to run NoD locally on your own computer or on HPC clusters.
docker pull stuartmac/drsasp-nod:latest
docker run --rm -v $(pwd):/app/data -it stuartmac/drsasp-nod:latest
nod -h # Displays NoD help
singularity build drsasp-nod.latest.sif docker://stuartmac/drsasp-nod:latest
singularity shell -B "$(pwd)/:/app/data" drsasp-nod.latest.sif
nod -h # Displays NoD help
Content type
Image
Digest
sha256:ffd2572a5…
Size
731.9 MB
Last updated
over 2 years ago
docker pull stuartmac/drsasp-nod