Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 812 Bytes

TODO.rst

File metadata and controls

33 lines (23 loc) · 812 Bytes

SeqFindr release map

See open issues. Feel free to fork, clone, fix, test, push and send a pull request. Please, before you submit a pull request, could you sync with the upstream (this) master. Please see this tutorial on how to do this.

Minor

Current small fixes:
  • Provide a figure rotation option

Image rotation can be accomplished by doing something like this:

import Image
img = Image.open("plot.jpg")
img2 = img.rotate(45)
img2.show()
img2.save("rotate.jpg")

Major

Current major fixes/improvements:
  • make into a web app
  • more extensive tests
  • SeqFindr-d3js