Skip to content

Atsas

A program suite for small-angle scattering data analysis from biological macromolecules.


Atsas is a program suite for small-angle scattering data analysis from biological macromolecules. The programs included in the package cover the major processing and interpretation steps from primary data reduction to three dimensional modeling. This system is primarily oriented towards the analysis of biological macromolecules, but could also be used for non-biological isotropic and partially ordered objects (nanoparticle systems, colloidal solutions, polymers in solution and bulk).

Using Atsas on RCC Resources#

To use this software, you need to define a few environmental variables first:

1
2
3
export ATSAS=/opt/rcc/gnu/atsas
export PATH=${ATSAS}/bin:$PATH
export LD_LIBRARY_PATH=${ATSAS}/lib64:$LD_LIBRARY_PATH

To verify you have the correct environment:

1
2
3
4
$ /opt/rcc/gnu/atsas/bin/dammif -v
dammif, ATSAS 3.0.3 (R12736)

Copyright (c) ATSAS Team, EMBL, Hamburg Outstation 2007-2020...