Skip to content

Commit

Permalink
Bump to v3.1.1
Browse files Browse the repository at this point in the history
Test on Python 3.9.
  • Loading branch information
veghp committed May 5, 2022
1 parent 9e40398 commit 26299b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.6"
- "3.9"
# command to install dependencies
install:
- pip install --upgrade pytest coveralls pytest-cov
Expand Down
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DNA Features Viewer
:target: https://coveralls.io/github/Edinburgh-Genome-Foundry/DnaFeaturesViewer?branch=master


DNA Features Viewer (full documentation `here <https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/>`_) is a Python library to visualize DNA features, e.g. from GenBank or Gff files, or Biopython SeqRecords:
DNA Features Viewer (full documentation `here <https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/>`_) is a Python library to visualize DNA features, e.g. from GenBank or GFF files, or Biopython SeqRecords:

.. raw:: html

Expand All @@ -30,25 +30,26 @@ Installation

If you have PIP installed, just type in a terminal:

.. code:: python
.. code:: bash
pip install dna_features_viewer
DNA Features Viewer can be installed by unzipping the source code in one directory and using this command:

.. code:: python
.. code:: bash
python setup.py install
If you intend to use the bokeh features, you need to also install Bokeh and Pandas:

.. code:: python
.. code:: bash
pip install bokeh pandas
To parse GFF files, install the ``bcbio-gff`` library:

.. code::
.. code:: bash
pip install bcbio-gff
Expand Down Expand Up @@ -314,8 +315,8 @@ GeneBlocks



License=MIT
-----------
License = MIT
-------------

DNA Features Viewer is an open-source software originally written at the `Edinburgh Genome Foundry
<http://genomefoundry.org>`_ by `Zulko <https://github.com/Zulko>`_
Expand Down
2 changes: 1 addition & 1 deletion dna_features_viewer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "3.1.1"

0 comments on commit 26299b8

Please sign in to comment.