Skip to content

Commit 706b9e3

Browse files
committed
Update version to 1.0.0
Former-commit-id: a4e85ec
1 parent d620918 commit 706b9e3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ channels:
7575

7676
Now we are ready to create a separate environment for Captus:
7777
```bash
78-
conda create -n captus -c bioconda captus
78+
conda create -n captus captus
7979
```
8080

8181
`conda` sometimes takes too long to find and configure dependencies, if that happens we recommend installing `mamba` first, and installing `Captus` with it:
8282
```bash
8383
conda install mamba
84-
mamba create -n captus -c bioconda captus
84+
mamba create -n captus captus
8585
```
8686

8787
Finally, test that `Captus` was correctly installed:
@@ -94,7 +94,7 @@ And if the program was correctly installed you will see the main help page of Ca
9494
```text
9595
usage: captus_assembly command [options]
9696
97-
Captus 0.9.98: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
97+
Captus 1.0.0: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
9898
9999
Captus-assembly commands:
100100
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__ = '0.9.99'
17+
__version__ = '1.0.0'

docs/content/basics/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ channels:
2222

2323
Now we are ready to create a separate environment for Captus:
2424
```bash
25-
conda create -n captus -c bioconda captus
25+
conda create -n captus captus
2626
```
2727

2828
`conda` sometimes takes too long to find and configure dependencies, if that happens we recommend installing `mamba` first, and installing `Captus` with it:
2929
```bash
3030
conda install mamba
31-
mamba create -n captus -c bioconda captus
31+
mamba create -n captus captus
3232
```
3333

3434
Once `Captus` is installed in its own environment, let's activate it:
@@ -41,7 +41,7 @@ Just to verify it is correctly installed try typing `captus_assembly --help`, if
4141
```console
4242
usage: captus_assembly command [options]
4343

44-
Captus 0.9.90: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
44+
Captus 1.0.0: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
4545

4646
Captus-assembly commands:
4747
command Program commands (in typical order of execution)
@@ -112,4 +112,4 @@ If you don't want to install `Captus` you can simply add the directory where you
112112
{{% /notice %}}
113113
___
114114
Created by [Edgardo M. Ortiz]({{< ref "../more/credits/#edgardo-m-ortiz">}}) (06.08.2021)
115-
Last modified by [Edgardo M. Ortiz]({{< ref "../more/credits/#edgardo-m-ortiz">}}) (14.12.2022)
115+
Last modified by [Edgardo M. Ortiz]({{< ref "../more/credits/#edgardo-m-ortiz">}}) (21.11.2023)

0 commit comments

Comments
 (0)