Skip to content

Commit e96fd20

Browse files
committed
Updating changelog and removing a dependency
1 parent 97acbfe commit e96fd20

File tree

4 files changed

+217
-200
lines changed

4 files changed

+217
-200
lines changed

ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# NEAT has a new home
22
NEAT is now a part of the NCSA github and active development will continue here. Please direct issues, comments, and requests to the NCSA issue tracker. Submit pull requests here insead of the old repo.
33

4+
# NEAT v4.2
5+
- After several bug fixes that constituted release 4.1 and some minor releases, we are ready to release an overhauled vesion of NEAT 4.0.
6+
- Removed GC bias - it had little to no effect and made implementation nearly impossible
7+
- Removed fasta creation - we had tweaked this a bit but never got any feedback. It may come back if requested.
8+
- Improvements/fixes/full implementations of:
9+
- heterozygosity
10+
- read creation (now with more reads!)
11+
- bam alignment/creation
12+
- bed tool incorporation
13+
414
-Updated "master" branch to "main." - please update your repo accordingly
515
# NEAT v4.0
616
- Rewritten the models. Models generated on old versions of NEAT will have to be redone, due to the restructuring of the codebase. These new models should be smaller and more efficient. We have replicated the previous default models in the new style. There is no straightforward way to convert between these, unfortuantely.

dev-environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ dependencies:
134134
- python-dateutil=2.8.2=pyhd8ed1ab_0
135135
- python_abi=3.10=2_cp310
136136
- pyyaml=6.0=py310h5764c6d_4
137+
- pytest
137138
- qt-main=5.15.4=ha5833f6_2
138139
- readline=8.1.2=h0f457ee_0
139140
- requests-toolbelt=0.9.1=py_0

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
- pyyaml
1313
- pip
1414
- scipy
15-
- pytest
1615
- libgcc=5.2.0
1716
- htslib
1817
- pip:

0 commit comments

Comments
 (0)