diff --git a/README.md b/README.md index e854498a..61e1a4c2 100755 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ To install NEAT, you must create a virtual environment using a tool such as `con First, clone the environment and move to the NEAT directory: ```bash -$ git clone git@github.com:ncsa/NEAT.git +$ git clone https://github.com/ncsa/NEAT.git $ cd NEAT ``` diff --git a/environment.yml b/environment.yml index 6155f080..7635f2d6 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,8 @@ name: neat channels: - - bioconda - conda-forge + - bioconda dependencies: - python==3.11.* diff --git a/pyproject.toml b/pyproject.toml index b8ece849..2693e95e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neat" -version = "4.3.5" +version = "4.3.6" description = "NGS Simulation toolkit" authors = ["Joshua Allen "] license = "BSD 3-Clause License"