TillCyrill commited on
Commit
6921a2b
1 Parent(s): eb48947

testing AMBERHOME env

Browse files
Dockerfile CHANGED
@@ -21,7 +21,7 @@ WORKDIR $HOME/app
21
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
22
  COPY --chown=user . $HOME/app
23
 
24
- ENV AMBERHOME="/usr/bin/amber22/"
25
  ENV PATH="$AMBERHOME/bin:$PATH"
26
  ENV PYTHONPATH="$AMBERHOME/lib/python3.10/site-packages"
27
 
 
21
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
22
  COPY --chown=user . $HOME/app
23
 
24
+ ENV AMBERHOME="/usr/bin/amber22"
25
  ENV PATH="$AMBERHOME/bin:$PATH"
26
  ENV PYTHONPATH="$AMBERHOME/lib/python3.10/site-packages"
27
 
maps/atoms_name_map_for_pdb.pickle CHANGED
Binary files a/maps/atoms_name_map_for_pdb.pickle and b/maps/atoms_name_map_for_pdb.pickle differ
 
maps/atoms_name_map_generate.pickle CHANGED
Binary files a/maps/atoms_name_map_generate.pickle and b/maps/atoms_name_map_generate.pickle differ
 
maps/atoms_name_map_new.pickle CHANGED
Binary files a/maps/atoms_name_map_new.pickle and b/maps/atoms_name_map_new.pickle differ
 
maps/atoms_residue_map.pickle CHANGED
Binary files a/maps/atoms_residue_map.pickle and b/maps/atoms_residue_map.pickle differ
 
maps/atoms_residue_map_generate.pickle CHANGED
Binary files a/maps/atoms_residue_map_generate.pickle and b/maps/atoms_residue_map_generate.pickle differ
 
maps/atoms_type_map.pickle CHANGED
Binary files a/maps/atoms_type_map.pickle and b/maps/atoms_type_map.pickle differ
 
maps/atoms_type_map_generate.pickle CHANGED
Binary files a/maps/atoms_type_map_generate.pickle and b/maps/atoms_type_map_generate.pickle differ
 
maps/map_atomType_element_names.pickle CHANGED
Binary files a/maps/map_atomType_element_names.pickle and b/maps/map_atomType_element_names.pickle differ
 
maps/map_atomType_element_numbers.pickle CHANGED
Binary files a/maps/map_atomType_element_numbers.pickle and b/maps/map_atomType_element_numbers.pickle differ
 
maps/map_elements_numbers_number.pickle CHANGED
Binary files a/maps/map_elements_numbers_number.pickle and b/maps/map_elements_numbers_number.pickle differ