Skip to content

Commit 4e4f6cc

Browse files
committed
fixed case sensitive search
1 parent ae5a25b commit 4e4f6cc

File tree

9 files changed

+602
-43
lines changed

9 files changed

+602
-43
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
pyJASPAR
22
--------
33

4-
A serverless interface to Biopython to query and access JASPAR motifs from different releases of JASPAR database using sqlite3.
4+
A serverless interface to Biopython to query and access JASPAR motifs from different releases of JASPAR database using sqlite3.
5+
6+
57
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4485857.svg
68
:target: https://doi.org/10.5281/zenodo.4485857
79

8-
910
.. image:: https://travis-ci.org/asntech/pyjaspar.svg?branch=main
1011
:target: https://travis-ci.org/asntech/pyjaspar
1112

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Aziz Khan'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v1.5.0'
25+
release = 'v1.5.5'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)