Skip to content
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

Compression options and stack nicknames #38

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Compression options and stack nicknames #38

merged 1 commit into from
Feb 18, 2025

Conversation

kaliif
Copy link
Collaborator

@kaliif kaliif commented Feb 17, 2025

Stack URL can now be specified (if defined in the environment!) using nicknames, such as staging or production. To define the nicknames in the environment add an environment variable with the prefix XCHEMALIGN_FRAGALYSIS_URL_, the script will use this to find the URLs. For example, the variable XCHEMALIGN_FRAGALYSIS_URL_PRODUCTION=https://fragalysis.diamond.ac.uk will set the nickname production to point to an URL https://fragalysis.diamond.ac.uk (i.e. everything after the prefix in lowercase will become the nickname)

Another feature is the compression. The script will now handle the data compression (the default) and use an existing tarball only if instructed.

Stack url can now be specified (if defined in the environment!) using nicknames, such as staging or production. To define the nicknames in environment add an environment variable with a prefix XCHEMALIGN_FRAGALYSIS_URL_, the script will use this to find the urls. For example the variable
XCHEMALIGN_FRAGALYSIS_URL_PRODUCTION=https://fragalysis.diamond.ac.uk
will set nickname 'production' to point to an url https://fragalysis.diamond.ac.uk (i.e. everything after the prefix in lowercase will become the nickname)

Another feature is the compression. The scipt will now handle the data compression itself (the default) and will use an existing tarball only if instructed.
@tdudgeon tdudgeon merged commit b786fe3 into master Feb 18, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants