Skip to content

Commit

Permalink
Bump version (0.1.3) & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilli87 committed Nov 11, 2019
1 parent b2493d5 commit 0a7bde6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# miRDeep2 changelog

## Version 2.0.1.3

* added support for large bowtie indices

* adjusted BED output to include 5p and 3p arms

* removed cryptic warning regarding precursors with 0 read mappings

* deprecated `-w` option

* added description for `extract_miRNAs.pl`

* updated manual installation in README

* hardcoded `perl` binary for `install.pl` to `/usr/bin/perl`

---

## Version 2.0.1.2

* fixed uninitialized value errors/warnings
Expand Down
6 changes: 3 additions & 3 deletions src/miRDeep2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
##
## generate log file for run, all output will be printed to it

my $version="2.0.1.2";
my $version="2.0.1.3";

print "
#####################################
# #
# miRDeep$version #
# miRDeep$version #
# #
# last change: 22/01/2019 #
# last change: 08/11/2019 #
# #
#####################################
Expand Down

0 comments on commit 0a7bde6

Please sign in to comment.