Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- python >=3.12
- biopython >=1.85,<2.0
- beautifulsoup4 >=4.12,<5.0
- irf >=3.08,<3.09
- irf >=3.09,<3.10

test:
requires:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ also requires:

* GNU Make
* a C++ compiler
* IRF 3.08 on ``PATH``
* IRF 3.09 on ``PATH``

Install the Python testing dependencies:

Expand Down Expand Up @@ -86,7 +86,7 @@ Runtime requirements
~~~~~~~~~~~~~~~~~~~~

* Python, Biopython, and Beautiful Soup
* IRF ``>=3.08,<3.09``
* IRF ``>=3.09,<3.10``
* compiler runtime libraries resolved by Conda

Package-test requirements
Expand Down
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies required by SIST, including:
* Inverted Repeats Finder (IRF)
* the required C++ runtime libraries

SIST 1.0.0 is validated with IRF 3.08, and the Conda package constrains the
runtime dependency to ``>=3.08,<3.09``.
SIST 1.0.0 is validated with IRF 3.09, and the Conda package constrains the
runtime dependency to ``>=3.09,<3.10``.

pytest is used for testing and is not required in a normal SIST runtime
environment.
Expand Down Expand Up @@ -52,7 +52,7 @@ A source build requires:
* a C++ compiler
* GNU Make
* Python 3.12 or later
* IRF 3.08 available as ``irf`` on ``PATH``
* IRF 3.09 available as ``irf`` on ``PATH``

Build both C++ components from the repository root:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/source-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ IRF
Cruciform and competition calculations require Inverted Repeats Finder.

``sist``'s IR-finder component invokes ``irf`` from ``PATH``. For source
builds, install a compatible IRF 3.08 executable and ensure that:
builds, install a compatible IRF 3.09 executable and ensure that:

.. code-block:: bash
Expand Down
Loading