summaryrefslogtreecommitdiff
path: root/examples/partial_gene_match.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken the project (#141)Jon Dufresne2019-10-311-9/+21
|
* Py3 cleanup: Remove use of closing() with urlopen() (#145)Jon Dufresne2019-10-171-3/+2
| | | | | | | | | In Python 3, urlopen() can always be used as a context manager. Wrapping with closing() is not necessary. https://docs.python.org/3/library/urllib.request.html#urllib.request.urlopen > This function always returns an object which can work as a context > manager …
* Typo and spelling cleanup, add helpful commentsPaul McGuire2019-08-071-3/+10
|
* Fixed bug in CloseMatch where end location was incorrectly computed; and ↵Paul McGuire2019-08-051-88/+51
| | | | updated partial_gene_match.py example.
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-65/+65
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Move src to rootCengiz Kaygusuz2017-11-201-0/+88