Releases: tanaylab/misha
Releases · tanaylab/misha
4.3.3
misha 4.3.1
- Fixed compilation issue on ubuntu devel.
Misha 4.3.0
misha 4.3.0
- Added PWM functions: "pwm", "pwm.max" and "pwm.max.pos" are new virtual track functions.
- Added
grevcomp
function (reverse complement of a DNA sequence).
Misha 4.2.13
misha 4.2.13
- Added
gdb.create_genome
function. - removed non-API calls to R:
R_curErrorBuf
,SET_TYPEOF
misha 4.2.12
- Fixed noRemap additional issue by adding
Rf_
prefix in the c++ code. - Removed non-API calls to R in the C++ code.
misha 4.2.10
- Fixed a bug in
gtrack.import
from bigwig.
misha 4.2.9
- Fixed compilation issues in M1 Mac.
misha 4.2.8
- Fixed "mat string is not a string literal" warnings.
misha 4.2.6
ALLGENOME
is now only soft deprecated in order to support old misha scripts.- Fixed compilation issues with gcc-UBSAN and LTO.
misha 4.2.3
- Added
gtrack.create_dirs
function. - Fixed a bug in
gcluster.run
. - Updated documentation of
gintervals.neighbors
.