docker
dockerfiles
These dockerfiles are related to bioinformatics software and basic environments, and most images are based on alpine:3.9.
Mores refer to mydockerhub
from r-base , create some libraries.
Python
- python
- python-pip
- python-pip-libs
mapper
svcaller
methylationcaller
tools
useful pipeline
- fastq_stat
- sv_annotation
- sv_report
Tricks:
- When installing some packages in docker container, you can check the related libs whether exits in alpinelinux.
- docekr build -t image_name .
- retry the software installation, by "docker run -it --name container_name image_name"
- check the container, by "docker cp", to debug the target project.
end