Revision e176a6609263df6d17f65f3a5bbdd87bebccb48d authored by Ronny Lorenz on 09 April 2016, 16:09:24 UTC, committed by Ronny Lorenz on 21 June 2016, 11:49:15 UTC
- Add packaging/debian/python3-rna.install
- Repaired make_windows_installer.sh
- Plugged memory leak in RNAcofold
- Fixed partition function rescaling bug in RNAup
- Fixed bug in RNALfold with window sizes larger than sequence length
- Re-added SCI parameter for RNAalifold
- Fixed backtracking issue for large G-quadruplexes in RNAalifold
- Fixed missing FASTA id in RNAeval output
- Added option to RNAalifold that allows to specify prefix for output files
- Several fixes and additional functions/methods in scripting language interface(s)
- Added version information for scripting language interface(s)
- Some changes to allow for compilation with newer compilers, such as gcc 6.1
1 parent 64cfc12
Raw File
.gitignore
# ignore other autotools generated content
Makefile
Makefile.in
configure
aclocal.m4
autom4te.cache
autoscan.log
depcomp
missing
compile
install-sh
config
config.*
.deps
stamp-h1
.dirstamp
ylwrap

# ignore libtoolize generated files
m4/libtool.m4
m4/lt*.m4

# ignore all tar.gz archives
*.tar.gz
# except the libsvm sources
!libsvm*.tar.gz

# logfiles of test suites
*.log

# libtool generated files
.libs
*.la
*.lo
*.o

# ignore pkg-config file
RNAlib2.pc

# ignore all postscript files that might be generated
*.ps
back to top