Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: compression options and stack nicknames
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.
- Loading branch information