File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ sudo docker build --no-cache --pull -f Dockerfile_combine_structure -t ndonyapou
3232sudo docker build --no-cache --pull -f Dockerfile_molgan -t ndonyapour/molgan .
3333sudo docker build --no-cache --pull -f Dockerfile_onionnet-sfct -t cyangnyu/onionnet-sfct .
3434sudo docker build --no-cache --pull -f Dockerfile_smina -t cyangnyu/smina .
35- sudo docker build --no-cache --pull -f Dockerfile_pdb_fixer -t ndonyapour/pdbfixer .
35+ sudo docker build --no-cache --pull -f Dockerfile_pdbfixer -t ndonyapour/pdbfixer .
3636sudo docker build --no-cache --pull -f Dockerfile_extract_protein -t ndonyapour/extract_protein .
3737sudo docker build --no-cache --pull -f Dockerfile_fix_pdb_atom_column -t ndonyapour/fix_pdb_atom_column .
3838sudo docker build --no-cache --pull -f Dockerfile_generate_conformers -t ndonyapour/generate_conformers .
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM condaforge/mambaforge-pypy3
33RUN mamba install -c conda-forge pdbfixer
44
55ADD pdb_fixer.py .
6- ADD Dockerfile_pdb_fixer .
6+ ADD Dockerfile_pdbfixer .
You can’t perform that action at this time.
0 commit comments