Skip to content

Commit df92201

Browse files
Merge pull request #253 from alermol/minor_fix
Minor fix of installation process
2 parents 82649c1 + 1a339a9 commit df92201

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)