Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modelcif-converters
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
modelcif-converters
Commits
d8936de9
Commit
d8936de9
authored
2 years ago
by
B13nch3n
Browse files
Options
Downloads
Patches
Plain Diff
Still setting up things
parent
8dbf2ebc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/README.md
+12
-0
12 additions, 0 deletions
docker/README.md
pyproject.toml
+6
-0
6 additions, 0 deletions
pyproject.toml
with
18 additions
and
0 deletions
docker/README.md
+
12
−
0
View file @
d8936de9
# 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
-->
This diff is collapsed.
Click to expand it.
pyproject.toml
+
6
−
0
View file @
d8936de9
[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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment