-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from NMRTeamTBI/dev
MultiNMRFit 2.1.2
- Loading branch information
Showing
16 changed files
with
100 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,18 @@ | |
[![Documentation Status](https://readthedocs.org/projects/multinmrfit/badge/?version=latest)](http://multinmrfit.readthedocs.io/?badge=latest) | ||
[![Python 3.8+](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) | ||
|
||
|
||
## What is MultiNMRFit? | ||
MultiNMRFit is a scientific tool designed to extract quantitative information (chemical shifts, signal intensity, coupling constants, etc) from a serie of 1D spectra (acquired individually or as pseudo 2D spectra) by fitting. | ||
|
||
It is one of the routine tools that we use for NMR studies of metabolic systems at the [NMR](http://www.toulouse-biotechnology-institute.fr/en/research/physiology-and-engineering-of-microbial-metabolism/rmn.html) and [MetaSys](http://www.toulouse-biotechnology-institute.fr/en/research/physiology-and-engineering-of-microbial-metabolism/metasys.html) teams of the [Toulouse Biotechnology Institute](http://www.toulouse-biotechnology-institute.fr/en/). | ||
MultiNMRFit is a scientific tool designed to extract quantitative information (chemical shifts, signal intensity, coupling constants, etc) by fitting a serie of 1D spectra (acquired individually or as pseudo 2D spectra). | ||
|
||
It is one of the routine tools that we use for NMR studies of metabolic systems at the [NMR](https://www.toulouse-biotechnology-institute.fr/en/poles/equipe-rmn-2/) and [MetaSys](https://www.toulouse-biotechnology-institute.fr/en/poles/equipe-metasys/) teams of the [Toulouse Biotechnology Institute](http://www.toulouse-biotechnology-institute.fr/en/). | ||
|
||
The code is open-source, and available under a GPLv3 license. Additional information will be available in an upcoming [publication](https://doi.org/xxx.xxx). | ||
|
||
Detailed documentation can be found online at Read the Docs ([https://multinmrfit.readthedocs.io/](https://multinmrfit.readthedocs.io/)). | ||
|
||
## Key features | ||
|
||
* **fit series of 1D spectra** (acquired as individual 1D spectra, as a pseudo 2D spectrum, or provided as tabulated text files), | ||
* can be used with **all nuclei** (<sup>1</sup>H, <sup>13</sup>C, <sup>15</sup>N, <sup>31</sup>P, etc), | ||
* estimation of several parameters for each signal of interest (**intensity**, **area**, **chemical shift**, **linewidth**, **coupling constant(s)**, etc), | ||
|
@@ -26,8 +27,8 @@ Detailed documentation can be found online at Read the Docs ([https://multinmrfi | |
* open-source, free and easy to install everywhere where Python 3 and pip run, | ||
* biologist-friendly. | ||
|
||
|
||
## Quick-start | ||
|
||
MultiNMRFit requires Python 3.8 or higher and run on all platforms (Windows, MacOS and Unix). | ||
Please check [the documentation](https://multinmrfit.readthedocs.io/en/latest/quickstart.html) for complete | ||
installation and usage instructions. | ||
|
@@ -47,20 +48,22 @@ $ multinmrfit | |
MultiNMRFit is also available as a Python library. | ||
|
||
## Bug and feature requests | ||
|
||
If you have an idea on how we could improve MultiNMRFit please submit a new *issue* | ||
to [our GitHub issue tracker](https://github.com/NMRTeamTBI/MultiNMRFit/issues). | ||
|
||
|
||
## Developers guide | ||
### Contributions | ||
Contributions are very welcome! :heart: | ||
|
||
Contributions are very welcome! :heart: | ||
|
||
### Local install with pip | ||
|
||
In development mode, do a `pip install -e /path/to/MultiNMRFit` to install | ||
locally the development version. | ||
|
||
### Build the documentation locally | ||
|
||
Build the HTML documentation with: | ||
|
||
```bash | ||
|
@@ -72,11 +75,14 @@ The PDF documentation can be built locally by replacing `html` by `latexpdf` | |
in the command above. You will need a recent latex installation. | ||
|
||
## How to cite | ||
|
||
In preparation, 2024, [doi: xxx.xxxx](https://doi.org/xxx.xxxx) | ||
|
||
## Authors | ||
Pierre Millard, Cyril Charlier | ||
|
||
Pierre Millard, Cyril Charlier | ||
|
||
## Contact | ||
:email: [email protected] | ||
:email: [email protected] | ||
|
||
:email: [email protected] | ||
:email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
""" | ||
|
||
# Version number MUST be maintained here (x.y.z format) | ||
__version__ = '2.1.1' | ||
__version__ = '2.1.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.