choderalab / assaytools

Modeling and Bayesian analysis of fluorescence and absorbance assays.
http://assaytools.readthedocs.org
GNU Lesser General Public License v2.1
18 stars 11 forks source link

Making a more general xml2png #57

Closed sonyahanson closed 8 years ago

sonyahanson commented 8 years ago

Here will be an xml2png.py that now uses flags to select what your input data type is rather than using a completely different scripts. It's still not pretty, but it's slightly nicer to use, and it's now clearer how to make it nice if we ever wanted to.

First commit was just some new singlet assay xml files, more to come.

sonyahanson commented 8 years ago

Added xml2png.py that now gives us quick images of singlets, and is just a single script now where you can select what type of file your analyzing with --type ['spectra', 'singlet_96', 'singlet_384','scan'].

sonyahanson commented 8 years ago

This is done. Will merge if no complaints and close #7. If anyone wants to test it example data are in /examples/scripts/.

jchodera commented 8 years ago

Looks good! I was going to ask why you didn't add tests, but then I realized I only started adding the nosetests in my PR. Will get that fixed up and merged in over the weekend!

jchodera commented 8 years ago

In the meantime, please merge!