Skip to content

Commit

Permalink
replace all pandda directories to be pointing at right location
Browse files Browse the repository at this point in the history
  • Loading branch information
reskyner committed Nov 7, 2018
1 parent 3e3e16b commit bcbd71d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/XChemThread.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ def run(self):
if os.path.isdir('/dls'):
dls_stuff = (
'module unload ccp4\n'
'source /dls/science/groups/i04-1/software/pandda-update/ccp4/ccp4-7.0/bin/ccp4.setup-sh\n'
'source /dls/science/groups/i04-1/software/pandda_0.2.12/ccp4/ccp4-7.0/bin/ccp4.setup-sh\n'
)


Expand Down Expand Up @@ -1412,7 +1412,7 @@ def prepare_phenix_ligand_pipeline_shell_script(self,xtal,visit_run_autoproc,mtz
'source $XChemExplorer_DIR/setup-scripts/xce.setup-sh\n'
'\n'
'module unload ccp4\n'
'source /dls/science/groups/i04-1/software/pandda-update/ccp4/ccp4-7.0/bin/ccp4.setup-sh\n'
'source /dls/science/groups/i04-1/software/pandda_0.2.12/ccp4/ccp4-7.0/bin/ccp4.setup-sh\n'
+ccp4_scratch+
'\n'
'$CCP4/bin/ccp4-python $XChemExplorer_DIR/helpers/update_status_flag.py %s %s %s %s\n' %(database,xtal,'DimpleStatus','running') +
Expand Down
2 changes: 1 addition & 1 deletion setup-scripts/pandda.setup-sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# module load pymol
module load buster
source /dls/science/groups/i04-1/software/pandda-update/ccp4/ccp4-7.0/bin/ccp4.setup-sh
source /dls/science/groups/i04-1/software/pandda_0.2.12/ccp4/ccp4-7.0/bin/ccp4.setup-sh

0 comments on commit bcbd71d

Please sign in to comment.