New module: modelcraft/2.2.3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Modelcraft
|
||||
|
||||
Modelcraft is based on central conda environments.
|
||||
|
||||
## Adding New Versions
|
||||
|
||||
To add a new version, first create the conda environment, as described in
|
||||
../../Programming/anaconda/2019.07/conda-env-defs/modelcraft/.
|
||||
|
||||
Next, update files/variants with the new version and run `./build <VERSION>` to
|
||||
install the modulefile
|
||||
|
||||
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::add_to_group 'MX'
|
||||
pbuild::prep() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::configure() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::compile() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
:
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
modelcraft/2.2.3 unstable anaconda/2019.07 ccp4/7.1
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
#%Module
|
||||
|
||||
module-whatis "An automated model building pipeline for X-ray crystallography and cryo-EM"
|
||||
module-url "https://paulsbond.co.uk/modelcraft/"
|
||||
module-license "LGPL 2.1"
|
||||
module-maintainer "Spencer Bliven <spencer.bliven@psi.ch>"
|
||||
|
||||
module-help "
|
||||
ModelCraft is an automated model building pipeline for X-ray crystallography
|
||||
and cryo-EM.
|
||||
|
||||
It contains the commands `modelcraft`, `modelcraft-contents` and
|
||||
`modelcraft-copies`.
|
||||
"
|
||||
|
||||
prepend-path PATH $::env(ANACONDA_DIR)/conda/envs/modelcraft-${V_PKG}/bin
|
||||
|
||||
Reference in New Issue
Block a user