diff --git a/MX/DIALS/build b/MX/DIALS/build new file mode 100755 index 0000000..1d96b6d --- /dev/null +++ b/MX/DIALS/build @@ -0,0 +1,14 @@ +#!/usr/bin/env modbuild + +pbuild::add_to_group 'MX' + +pbuild::set_download_url \ + "https://github.com/dials/dials/releases/download/v${V_MAJOR}.${V_MINOR}.0/dials-v${V}-linux-x86_64.tar.xz" +pbuild::set_sha256sum 'dials-v1-11-3-linux-x86_64.tar.xz:021b7856bd3f431bf15c4f9474a94e5b6fcbfc9966c10063b32766df84bcf107' +pbuild::install_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README' + +# Local Variables: +# mode: sh +# sh-basic-offset: 8 +# tab-width: 8 +# End: diff --git a/MX/DIALS/files/variants b/MX/DIALS/files/variants new file mode 100644 index 0000000..620740a --- /dev/null +++ b/MX/DIALS/files/variants @@ -0,0 +1 @@ +DIALS/1.11.3 unstable diff --git a/MX/DIALS/modulefile b/MX/DIALS/modulefile new file mode 100644 index 0000000..663deb9 --- /dev/null +++ b/MX/DIALS/modulefile @@ -0,0 +1,12 @@ +#%Pmodule + +module-whatis "DIALS: Diffraction Integration for Advanced Light Sources" +module-url "http://dials.diamond.ac.uk/index.html" +module-license "DIALS license, http://dials.diamond.ac.uk/license.html" +module-maintainer "Dmitry Ozerov " + +module-help " +X-ray crystallography for structural biology has benefited greatly from a number of advances in recent years including high performance pixel array detectors, new beamlines capable of delivering micron and sub-micron focus and new light sources such as X-FELs. The DIALS project is a collaborative endeavour to develop new diffraction integration software to meet the data analysis requirements presented by these recent advances. There are three end goals: to develop an extensible framework for the development of algorithms to analyse X-ray diffraction data; the implementation of algorithms within this framework and finally a set of user facing tools using these algorithms to allow integration of data from diffraction experiments on synchrotron and free electron sources. +" + +puts stdout "source $PREFIX/dials-v1-7-1/dials_env.sh;"