jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
211 stars 86 forks source link

Added gui viewer and sparkylist reader #6

Closed tlinnet closed 11 years ago

tlinnet commented 11 years ago

Made a code snippet for a dictionary gui viewer, and a sparky list reader, which returns a structured data array

jjhelmus commented 11 years ago

@tlinnet These code additions seem to addressing very specific functionality. If you can rewrite them to be more generalized I might consider including them in nmrglue. For example, having a function which read sparky HN N peak lists is to specialized, if you can write a function which can read any sparky peak list it would be much better.

Also it is a bad idea to include scripts in a python module (the nessy_prep_CPMG.py and sparky2fasta.py files).