Open main menu

Changes

Bmrblib

96 bytes added, 11:46, 6 September 2017
no edit summary
[https://gnasourceforge.orgnet/projects/bmrblib/ Bmrblib] is a Python API abstracting the Biological Magnetic Resonance Data Bank (BioMagResBank or BMRB) NMR-STAR format (http://www.bmrb.wisc.edu/). It allows the writing of NMR-STAR files for BMRB data deposition and the reading and easy extraction of data from files residing in the BMRB data bank, all without knowledge of the Self-Defining Text Archive and Retrieval (STAR) format. The current version is {{current version bmrblib}}.
== Install ==
=== Linux and Mac ===
Remember to check, if there are newer versions of [httphttps://downloadsourceforge.gna.orgnet/projects/bmrblib bmrblib]. <br>The [https://gnasourceforge.orgnet/projects/bmrblib/ bmrblib] library can be installed on all UNIX systems by typing:
{{#tag: source|
# Change to bash, if in tcsh shell
v={{current version bmrblib}}
# In tcsh: set v={{current version bmrblib}}
cd $HOME/Downloadscurl httpwget https://downloadsourceforge.gna.orgnet/projects/bmrblib/bmrblib-files/$v.tar.gz -o /bmrblib-$v.tar.gz
tar -xzf bmrblib-$v.tar.gz
rm bmrblib-$v.tar.gz
cd bmrblib-$v
# Then either
sudo pip install -e .
# Or
pip install .
 
cd ..
python -c "import bmrblib;print bmrblib.__version__, bmrblib.__file__"
|lang="bash"}}
== See also ==
[[Category:Installation]]
Trusted, Bureaucrats
1,382

edits