Skip to content

Commit

Permalink
Merge branch '3.x'
Browse files Browse the repository at this point in the history
I want to merge this since I'd like to make sure 3.x is aligned with master.
  • Loading branch information
linnabrown committed Jan 24, 2024
2 parents 5d4b965 + 593f5c7 commit 850c1cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ To install the `dbcan`_ package, use the ``conda install`` command:
conda install dbcan -c conda-forge -c bioconda
Current run_dbcan version in bioconda is `4.1.3`, and I currently could not update my pckage to `4.1.4`
(please help me to resolve this issue). Therefore, this is a strategy that you follow after you install
the package using Bioconda.

.. code-block:: shell
1. wget https://github.com/linnabrown/run_dbcan/releases/download/4.1.4/dbcan-4.1.4.tar.gz
2. pip install dbcan-4.1.4.tar.gz
Build database
--------------
Expand Down

0 comments on commit 850c1cf

Please sign in to comment.