Skip to content
Snippets Groups Projects
Commit d8936de9 authored by B13nch3n's avatar B13nch3n
Browse files

Still setting up things

parent 8dbf2ebc
No related branches found
No related tags found
No related merge requests found
# Docker container (base) for the converter software
This directory contains all the files needed to create the base Docker image used for the converter software in [projects](projects/).
<!--
build:
- go to repo root
- execute: docker build -f docker/Dockerfile -t mmcifconverter:20220427
run interactive shell for development:
- make sure files exist: /Users/stefan/Projects/ma-converters.git/projects/pointmutations-haddock/.docker-bash-history
- execute:
docker run --rm -i -v /Users/stefan/.bash_profile:/home/mmcif/.bash_profile -v /Users/stefan/.bash_aliases:/home/mmcif/.bash_aliases -v /Users/stefan/.bashrc:/home/mmcif/.bashrc -v /Users/stefan/Projects/ma-converters.git/projects/pointmutations-haddock/.docker-bash-history:/home/mmcif/.bash_history -v /Users/stefan/Projects/ma-converters.git/:/develop -t mmcifconverter:20220427 bash
-->
[tool.black]
line-length=80
[tool.pylint.MASTER]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-allow-list='ujson'
[tool.pylint.REPORTS]
reports='no'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment