Skip to content

Commit cc549dc

Browse files
alermoljoshfactorial
authored andcommitted
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
1 parent 3dce75f commit cc549dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To install NEAT, you must create a virtual environment using a tool such as `con
7777
First, clone the environment and move to the NEAT directory:
7878

7979
```bash
80-
$ git clone git@github.com:ncsa/NEAT.git
80+
$ git clone https://github.com/ncsa/NEAT.git
8181
$ cd NEAT
8282
```
8383

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: neat
22

33
channels:
4-
- bioconda
54
- conda-forge
5+
- bioconda
66

77
dependencies:
88
- python==3.11.*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neat"
3-
version = "4.3.5"
3+
version = "4.3.6"
44
description = "NGS Simulation toolkit"
55
authors = ["Joshua Allen <jallen17@illinois.edu>"]
66
license = "BSD 3-Clause License"

0 commit comments

Comments
 (0)