Commit 56e2e522 authored by Sascha Steinbiss's avatar Sascha Steinbiss
Browse files

New upstream version 1.7.3+dfsg

parent 52260094
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,3 +58,4 @@ src/external/hmmer-2.3.2/squid/squid.h
src/external/hmmer-2.3.2/squid/squidconf.h
src/external/hmmer-2.3.2/src/config.h
tags
www/genomethreader.org/htdocs/distributions/gth-*
+10 −0
Original line number Diff line number Diff line
changes in version 1.7.3 (2020-01-08)

- Include GenomeThreader related code from GenomeTools.


changes in version 1.7.2 (2020-01-06)

- Open-source release, no functionality changes.


changes in version 1.7.1 (2018-09-11)

- gthbssmtrain gives an error if no donor or acceptor sites were found.
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ obj/train: bin/gthbssmbuild
                          -gtdonor -agacceptor -gzip
	@touch $@

obj/old_train: ../genometools/bin/gt
obj/old_train: bin/gthmkbssmfiles
	@echo "[write old BSSMs]"
	@bin/gthmkbssmfiles bin/bssm
	@touch $@
+1 −1
Original line number Diff line number Diff line
1.7.2
1.7.3
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef AGS_H
#define AGS_H

#include "core/array.h"
#include "core/array_api.h"
#include "core/error_api.h"
#include "gth/gthoutput.h"
#include "gth/bssm_param.h"
Loading