Sign inSign up

pegi3s/biopython

By pegi3s

Updated about 2 months ago

Biopython (https://biopython.org/) docker image.

Image
Languages & frameworks
Machine learning & AI
Data science
0

8.8K

pegi3s/biopython repository overview

This image belongs to a larger project called Bioinformatics Docker Images Project (http://pegi3s.github.io/dockerfiles)

(Please note that the original software licenses still apply)

This image facilitates the usage of Biopython, a group of multipurpose Python tools for computational molecular biology. This includes file parsing, with support for many file formats such as FASTA, GenBank and Swiss-Prot, alignment operations, graphical analysis and interfaces with other commonly used bioinformatics tools and databases.

Using the Biopython image in Linux

You should adapt and run the following command: docker run --rm -v /your/data/dir:/data pegi3s/biopython bash -c "python3 /data/your_script.py"

In this command, you should replace:

  • /your/data/dir to point to the directory that contains the python script you want to run.
  • your_script.py to the actual name of your python script.

Using the Biopython image in Windows

Please note that data must be under the same drive than the Docker Toolbox installation (usually C:) and in a folder with write permissions (e.g. C:/Users/User_name/).

You should adapt and run the following command: docker run --rm -v "/c/Users/User_name/dir/":/data pegi3s/biopython bash -c "python3 /data/your_script.py"

Tag summary

Content type

Image

Digest

sha256:5b9eacad3

Size

112.4 MB

Last updated

about 2 months ago

docker pull pegi3s/biopython