A very simple way to install the last stable version. This will install files in your python site-packages folder.
A very simple way to install the last stable version. This will install files in your python site-packages folder.
pip install panacota
pip install panacota
...
@@ -148,6 +150,10 @@ It will replace your file panacota.img by a new one corresponding to the latest
...
@@ -148,6 +150,10 @@ It will replace your file panacota.img by a new one corresponding to the latest
### <a name="conda"></a> From conda
### <a name="conda"></a> From conda
[](http://bioconda.github.io/recipes/ppanggolin/README.html)
Be careful while using conda, especially if you are not familiar with it. We advise to install PanACoTA in a dedicated conda environment, in order to avoid unwanted interactions with other softwares (like needed versions of dependencies automatically installed by conda). To install the package, use `conda install -c bioconda panacota`. But, as described in [conda documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#id6), we advise to install it with:
Be careful while using conda, especially if you are not familiar with it. We advise to install PanACoTA in a dedicated conda environment, in order to avoid unwanted interactions with other softwares (like needed versions of dependencies automatically installed by conda). To install the package, use `conda install -c bioconda panacota`. But, as described in [conda documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#id6), we advise to install it with:
# Create an environment: This creates the 'myenv' environment in '/envs/'. No packages will be installed in this environment.
# Create an environment: This creates the 'myenv' environment in '/envs/'. No packages will be installed in this environment.
Very useful if you do not have permission rights on the computer, such as, for example, on a cluster. The other advantage is that you do not need to install any dependence (except singularity itself of course). Singularity image includes all of them. You just have to download 1 file, and nothing will be installed anywhere on your computer.
Very useful if you do not have permission rights on the computer, such as, for example, on a cluster. The other advantage is that you do not need to install any dependence (except singularity itself of course). Singularity image includes all of them. You just have to download 1 file, and nothing will be installed anywhere on your computer.
...
@@ -139,9 +134,8 @@ From conda
...
@@ -139,9 +134,8 @@ From conda
Be careful while using conda, especially if you are not familiar with it. We advise to install PanACoTA in a dedicated conda environment, in order to avoid unwanted interactions with other softwares (like needed versions of dependencies automatically installed by conda). To install the package, use ``conda install -c bioconda panacota``. But, as described in `conda documentation <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#id6>`_, we advise to install it with:
Be careful while using conda, especially if you are not familiar with it. We advise to install PanACoTA in a dedicated conda environment, in order to avoid unwanted interactions with other softwares (like needed versions of dependencies automatically installed by conda). To install the package, use ``conda install -c bioconda panacota``. But, as described in `conda documentation <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#id6>`_, we advise to install it with:
.... code-block:: bash
.. code-block:: bash
source
# Create an environment: This creates the 'myenv' environment in '/envs/'. No packages will be installed in this environment.
# Create an environment: This creates the 'myenv' environment in '/envs/'. No packages will be installed in this environment.
conda create --name myenv
conda create --name myenv
# Activate the environment
# Activate the environment
...
@@ -156,13 +150,13 @@ Be careful while using conda, especially if you are not familiar with it. We adv
...
@@ -156,13 +150,13 @@ Be careful while using conda, especially if you are not familiar with it. We adv
From zip version
From zip version
****************
****************
For people wanting to download source code of a specific version, we provide releases. You can download last one here: