Skip to content

Commit c4de8d4

Browse files
committed
Updating to v.1.6.4
- Added a warning about a bug in MAFFT v7.525
1 parent d41bf95 commit c4de8d4

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ or
4444
mamba create --platform osx-64 -n captus -c bioconda -c conda-forge captus megahit=1.2.9=hfbae3c0_0 mmseqs2=16.747c6
4545
```
4646

47+
**WARNING**: MAFFT v7.525 has a bug that has been corrected in v7.526, consider adding to the commands above `mafft=7.526`
48+
4749
Then check that `Captus` was correctly installed:
4850

4951
```shell
@@ -56,7 +58,7 @@ If the program was correctly installed, you will see the following help message:
5658
```text
5759
usage: captus command [options]
5860
59-
Captus 1.6.3: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
61+
Captus 1.6.4: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
6062
6163
Captus-assembly commands:
6264
command Program commands (in typical order of execution)

captus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
not, see <http://www.gnu.org/licenses/>.
1515
"""
1616

17-
__version__ = "1.6.3a"
17+
__version__ = "1.6.4"

docs/content/assembly/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To show the main help of the `captus_assembly` module just type `captus --help`:
2424
(captus)$ captus --help
2525
usage: captus command [options]
2626

27-
Captus 1.6.3: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
27+
Captus 1.6.4: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
2828

2929
Captus-assembly commands:
3030
command Program commands (in typical order of execution)
@@ -59,4 +59,4 @@ captus extract --help
5959

6060
___
6161
Created by [Edgardo M. Ortiz]({{< ref "../../more/credits/#edgardo-m-ortiz">}}) (06.08.2021)<br>
62-
Last modified by [Edgardo M. Ortiz]({{< ref "../../more/credits/#edgardo-m-ortiz">}}) (02.21.2026)
62+
Last modified by [Edgardo M. Ortiz]({{< ref "../../more/credits/#edgardo-m-ortiz">}}) (02.23.2026)

docs/content/basics/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If the program was correctly installed, you will see the following help message:
4545
```console
4646
usage: captus command [options]
4747

48-
Captus 1.6.3: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
48+
Captus 1.6.4: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
4949

5050
Captus-assembly commands:
5151
command Program commands (in typical order of execution)
@@ -124,4 +124,4 @@ git clone https://github.com/edgardomortiz/Captus.git
124124

125125
___
126126
Created by [Edgardo M. Ortiz]({{< ref "../more/credits/#edgardo-m-ortiz">}}) (06.08.2021)<br>
127-
Last modified by [Edgardo M. Ortiz]({{< ref "../../more/credits/#gentaro-shigita">}}) (02.21.2026)
127+
Last modified by [Edgardo M. Ortiz]({{< ref "../../more/credits/#gentaro-shigita">}}) (02.22.2026)

0 commit comments

Comments
 (0)