Skip to content
Snippets Groups Projects
Commit a2b90ec3 authored by Bienchen's avatar Bienchen
Browse files

Updated template_mmcif_dir to point to scicore storage

parent 5d6c10de
No related branches found
No related tags found
No related merge requests found
...@@ -239,14 +239,14 @@ def run_af2_singularity_image( # pylint: disable=too-many-arguments ...@@ -239,14 +239,14 @@ def run_af2_singularity_image( # pylint: disable=too-many-arguments
pdb70_database_path="/scicore/data/managed/PDB70/frozen_210805T142857/pdb70", pdb70_database_path="/scicore/data/managed/PDB70/frozen_210805T142857/pdb70",
pdb_seqres_database_path="/scicore/home/schwede/GROUP/alphafold_data/" pdb_seqres_database_path="/scicore/home/schwede/GROUP/alphafold_data/"
+ "pdb_seqres/pdb_seqres.txt", + "pdb_seqres/pdb_seqres.txt",
# template_mmcif_dir="/scicore/data/managed/PDB/latest/data/structures/all/" template_mmcif_dir="/scicore/data/managed/PDB/latest/data/structures/all/"
# + "mmcif_files/",
template_mmcif_dir="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
+ "mmcif_files/", + "mmcif_files/",
# obsolete_pdbs_path="/scicore/data/managed/PDB/latest/data/status/" obsolete_pdbs_path="/scicore/data/managed/PDB/latest/data/status/"
# + "obsolete.dat",
obsolete_pdbs_path="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
+ "obsolete.dat", + "obsolete.dat",
# template_mmcif_dir="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
# + "mmcif_files/",
# obsolete_pdbs_path="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
# + "obsolete.dat",
): ):
"""Run the AlphaFold 2 Singularity image on host. """Run the AlphaFold 2 Singularity image on host.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment