Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
Former-commit-id: a4e85ec
  • Loading branch information
edgardomortiz committed Nov 21, 2023
1 parent d620918 commit 706b9e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ channels:

Now we are ready to create a separate environment for Captus:
```bash
conda create -n captus -c bioconda captus
conda create -n captus captus
```

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

Finally, test that `Captus` was correctly installed:
Expand All @@ -94,7 +94,7 @@ And if the program was correctly installed you will see the main help page of Ca
```text
usage: captus_assembly command [options]
Captus 0.9.98: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
Captus 1.0.0: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data
Captus-assembly commands:
command Program commands (in typical order of execution)
Expand Down
2 changes: 1 addition & 1 deletion captus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.9.99'
__version__ = '1.0.0'
8 changes: 4 additions & 4 deletions docs/content/basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ channels:

Now we are ready to create a separate environment for Captus:
```bash
conda create -n captus -c bioconda captus
conda create -n captus captus
```

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

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

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

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

0 comments on commit 706b9e3

Please sign in to comment.