Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
fix spelling in manpages
· 4335f0f5
Sascha Steinbiss
authored
Jan 03, 2020
4335f0f5
add patch headers
· b309cc3b
Sascha Steinbiss
authored
Jan 03, 2020
b309cc3b
Show whitespace changes
Inline
Side-by-side
debian/mansrc/vmatch.1.adoc
View file @
b309cc3b
...
...
@@ -23,8 +23,8 @@ a combination of options specifying
* the output mode and output format.
Additionally, if there is more than one algorithm to solve a certain matching
task, *vmatch* allows to specify which algorithm is to be used.
*vmatch*
allows to
comput
e
the following kinds of matches:
task, *vmatch* allows
one
to specify which algorithm is to be used.
*vmatch*
supports
comput
ing
the following kinds of matches:
. match all substrings of the database sequences against itself. The matches
can be one of the following kinds:
...
...
debian/mansrc/vmatchselect.1.adoc
View file @
b309cc3b
...
...
@@ -36,7 +36,7 @@ options specifying the index and/or the query sequences to be matched, as well
as options specifying how to match are not available in *vmatchselect*.
The options of *vmatchselect* have the same meaning as in the program *vmatch*.
Thus, for a description, see the corresponding documentation. Note that
*vmatchselect* also
allows to use
the option "-dbcluster". If *vmatchselect*
*vmatchselect* also
supports
the option "-dbcluster". If *vmatchselect*
is called with this option, then it parses the given match file and performs
single linkage clustering based on the matches in this file.
Thus *vmatch* and *vmatchselect* allow to perform hierarchical clustering.
...
...
@@ -44,7 +44,7 @@ In a first step an initial set of matches with loose matching criteria is
computed, using *vmatch*. Then one clusters these matches by calling
*vmatchselect*. In a second round one applies more strict choices for the
matches by the using the options "-l", "-leastscore", "-evalue", or
"-identity", etc. This
allow
s stepwise refinement of clusters without much
"-identity", etc. This
facilitate
s stepwise refinement of clusters without much
computational effort and no new index construction for the sequence of a
cluster. The output of *vmatchselect* is the same as the output of *vmatch*.
...
...
debian/patches/common-distdir.patch
View file @
b309cc3b
Description: Use a common dist directory
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,9 +6,8 @@
...
...
debian/patches/hardening.patch
View file @
b309cc3b
Description: Ensure that hardening flags get passed to the compiler calls
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/bin/mkfilegoals.pl
+++ b/src/bin/mkfilegoals.pl
@@ -225,7 +225,7 @@
...
...
debian/patches/no-symlink.patch
View file @
b309cc3b
Description: Do not create symlinks
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/bin/mklink.sh
+++ b/src/bin/mklink.sh
@@ -17,7 +17,7 @@
...
...
debian/patches/remove-hardcoded-includepaths.patch
View file @
b309cc3b
Description: remove hardcoded include paths
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/Makedef-linux-gcc
+++ b/src/Makedef-linux-gcc
@@ -15,9 +15,7 @@
...
...
debian/patches/skip-doc-installation.patch
View file @
b309cc3b
Description: Skip documentation installation (for now).
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/Makefile
+++ b/src/Makefile
@@ -18
7
,9 +18
7
,9 @@
@@ -18
6
,9 +18
6
,9 @@
@cp Mkvtree/TRANS/Trans* $(VMATCHDISTDIR)/${SMAPDIR}
@cp bin/cleanpp.sh $(VMATCHDISTDIR)
@cp bin/Vmatchtrans.pl $(VMATCHDISTDIR)
...
...
debian/patches/use-shared-gt-lib.patch
View file @
b309cc3b
Description: Use Debian's libgenometools instead of static lib
Vmatch was intended to be built as a static binary in a defined build
directory with a copy of libgenometools.a in a specific place.
In Debian, we have a shared library, so let's use this in the build setup.
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/Mkvtree/Makefile
+++ b/src/Mkvtree/Makefile
@@ -1,10 +1,10 @@
...
...