Generate Bruker-format pulse programmes for any NOAH supersequence you might want.
Available now at https://nmr-genesis.co.uk
Read the paper at DOI: 10.1021/acs.analchem.1c04964 (or on GitHub)
Simply go to https://nmr-genesis.co.uk, select the modules you want to use, and download the resulting pulse programme. These are ready to use directly on spectrometers.
If you require instructions on how to set up, run, and process NOAH experiments, the website contains a very extensive FAQ.
To access a specific version of the website (say version X.Y.Z), navigate to the URL https://nmr-genesis.co.uk/X/Y/Z.
-
Clone this repository and navigate into it:
git clone https://github.com/yongrenjie/genesis cd genesis -
Run the following commands:
npm install npm start -
Open any web browser and navigate to http://localhost:5555/. (Port 5555 is used by default. If you want to change this, set the
$PORTenvironment variable to a number of your choice; for example, on Unix/Linux you can runPORT=8000 npm startto launch on port 8000.) -
(optional) If you want to access a specific version, run
git checkout vX.Y.Zand then perform steps 3 and 4 again. You can see the full list of versions using the command
git tag.
GENEration of Supersequences In Silico.
Check out the original paper:
Kupče, Ē.; Claridge, T. D. W. NOAH: NMR Supersequences for Small Molecule Analysis and Structure Elucidation. Angew. Chem. Int. Ed. 2017, 56 (39), 11779–11783. DOI: 10.1002/anie.201705506.
... are uploaded at https://github.com/yongrenjie/genesis-paper. There are more detailed instructions there.