From 1a339a9b0e2d65dbfed2283045551974c921272a Mon Sep 17 00:00:00 2001 From: Aleksey Ermolaev Date: Sat, 7 Mar 2026 12:18:12 +0300 Subject: [PATCH] 1. Update README 2. Change version to 4.3.6 in pyproject.toml 3. Fixed channel order in environment.ylm which cause crash due to not satisfied requirements of bcftools --- README.md | 2 +- environment.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"