Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Aug 2, 2024
1 parent 72a9f99 commit a70b206
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



# IsoQuant 3.4 manual
# IsoQuant 3.5 manual

[New IsoQuant documentation](https://ablab.github.io/IsoQuant/) is available. This README will be removed at some point.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.5.0
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# IsoQuant changelog

## IsoQuant 3.5.0, 2 August 2024

- New visualization software developed by @jackfreeman88. See more [here](https://ablab.github.io/IsoQuant/visualization.html).

- Dramatically reduce RAM consumption for grouped counts, about 10-20x decrease on datasets with large number of groups.
Important fix for single-cell data processing. Should fix [#189](https://github.com/ablab/IsoQuant/issues/189).

- Fix [#195](https://github.com/ablab/IsoQuant/issues/195): output GTF contained very similar isoforms and estimated their expression as 0.

- New documentation is now available at [ablab.github.io/IsoQuant](https://ablab.github.io/IsoQuant/).

## IsoQuant 3.4.2, 13 July 2024

- Dramatically reduce RAM consumption.
Expand Down
3 changes: 2 additions & 1 deletion make-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ rm -rf ./tests/.config/

cp -r ./src $TARGET_DIR/
cp -r ./tests $TARGET_DIR/
cp -r ./figs $TARGET_DIR/
cp -r ./docs $TARGET_DIR/


cp isoquant.py $TARGET_DIR/
cp visualize.py $TARGET_DIR/
cp README.md $TARGET_DIR/
cp VERSION $TARGET_DIR/
cp LICENSE $TARGET_DIR/
Expand Down

0 comments on commit a70b206

Please sign in to comment.