-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for recent MO PR #689
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
|
||
_initialise_class: | ||
class: mxcubecore.HardwareObjects.GphlWorkflowConnection.GphlWorkflowConnection | ||
|
||
directory_locations: | ||
# Directory locations. Can also be used with ${} syntax in this file | ||
GPHL_INSTALLATION: /users/blissadm/applications/GPhL_WorkFlow_beta-academic_20220601 | ||
# GPHL_WRAPPERS: /data/users/p3l-gleb1/gphl/ | ||
|
||
|
||
# If set, run workflow through ssh with selected options | ||
# and quote parameters as appropriate | ||
# NB The Host option is mandatory | ||
# ConfigFile is the ssh configuration file, passed to ssh with the -F option | ||
#ssh_options: | ||
# Host: lonsdale | ||
# IdentityFile: /home/rhfogh/.ssh/wf_test_id | ||
# User: rhfogh | ||
# StrictHostKeyChecking: no | ||
# ConfigFile: /path/to/ssh/config/file | ||
|
||
# Directory used for GPhL workflow persistence data and workflow logs: | ||
# Used to set the wdir workflow option | ||
# If relative designates a subdirectory under Session.get_process_directory() | ||
# If absolute taken as it stands | ||
gphl_subdir: GPHL | ||
# root name of persistence layer file; suffix'.xml. is added | ||
gphl_persistname: persistence | ||
|
||
#Hosts and ports for py4j java-python gateway, all OPTIONAL | ||
#If not set will use py4j default values, which are as given below | ||
#NB python_host is set automatically to localhost or socket.gethostname() | ||
#NB java_host is not needed as all communication is effectively one-way | ||
#connection_parameters: | ||
# python_port: 25334 | ||
# java_port: 25333 | ||
|
||
#NB Non-absolute file names are interpreted relative to one of the | ||
#HardwareRepository directories on the lookup path | ||
|
||
software_paths: | ||
# Mandatory. Directory with workflow config input, e.g. instrumentation.nml | ||
gphl_beamline_config: gphl/config_esrf_id30a1 | ||
|
||
# MANDATORY for CCP4 => $GPHL_CCP4_PATH/bin/ccp4.setup-sh, | ||
# unless already sourced in environment | ||
GPHL_CCP4_PATH: /opt/pxsoft/ccp4/v7.1/ubuntu20.04-x86_64/ccp4-7.1/bin | ||
|
||
# MANDATORY for XDS => $GPHL_XDS_PATH/xds_par | ||
# unless already sourced in environment | ||
GPHL_XDS_PATH: /opt/pxsoft/bin | ||
|
||
GPHL_INSTALLATION: /home/opid30/GPhL_WorkFlow_beta-academic | ||
|
||
# OPTIONAL for java binary => defaults to just 'java' | ||
# java_binary: "/alt/rhfogh/Software/GPhL/mxcube_setup/jre1.8.0_144/bin/java" | ||
|
||
# gphl test samples directory - for collection emulation | ||
# gphl_test_samples: gphl/test_samples | ||
|
||
#Location of installation used for processing queue (if not reachable from BCS computer. | ||
#Passed as environmental variable GPHL_PROC_INSTALLATION. Optional | ||
# gphl_wf_processing_installation: /users/pkeller/GPhL-ESRF/exe | ||
|
||
# Software paths that are passed to global phasing workflow as java properties | ||
# Used to specify locations of alternative executables (wrappers) | ||
# More (unused) properties are described in the ASTRA workflow documentation | ||
software_properties: | ||
#Location of GPhL .license directory | ||
#defaults to GPHL_INSTALLATION | ||
#Only needed if you do NOT use the gphl installation wrapper scripts in .../exe : | ||
# co.gphl.wf.bdg_licence_dir: "{GPHL_RELEASE}/gphl_release/latest" | ||
|
||
# MANDATORY pending change in workflow | ||
co.gphl.wf.stratcal.bin: "{GPHL_INSTALLATION}/exe/run_stratcal_wrap.py" | ||
|
||
# OPTIONAL location of alternative executables (wrappers) supported by the workflow | ||
# Each has an option (rarely used) to specify a specific license directory --> | ||
# co.gphl.wf.process.bin: {GPHL_WRAPPERS}/scripts/aP_wf_process | ||
# co.gphl.wf.process.bdg_licence_dir/fill/me/in | ||
# co.gphl.wf.diffractcal.bin: {GPHL_WRAPPERS}/scripts/aP_wf_rotcal | ||
# co.gphl.wf.diffractcal.bdg_licence_dir/fill/me/in | ||
# co.gphl.wf.simcal_predict.bin: {GPHL_WRAPPERS}/scripts/simcal_predict | ||
# co.gphl.wf.simcal_predict.bdg_licence_dir/fill/me/in | ||
# co.gphl.wf.transcal.bin: {GPHL_WRAPPERS}/scripts/transcal | ||
# co.gphl.wf.transcal.bdg_licence_dir/fill/me/in | ||
# co.gphl.wf.recen.bin: {GPHL_WRAPPERS}/scripts/recen | ||
# co.gphl.wf.recen.bdg_licence_dir/fill/me/in | ||
|
||
# OPTIONAL. simcal *binary* For Mock collection emulation only. Not used by ASTRA workflow | ||
# co.gphl.wf.simcal.bin: "{GPHL_INSTALLATION}/autoPROC/bin/linux64/simcal" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I thought you wanted to remove this function ?