[med-svn] [fsa] 01/10: fsa is used by t-coffee
Andreas Tille
tille at debian.org
Mon Dec 21 18:43:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fsa.
commit 124b7979a51a0c6600e4e6e0b1e8bb97d0eb482a
Author: Andreas Tille <tille at debian.org>
Date: Sat Aug 16 21:56:01 2014 +0000
fsa is used by t-coffee
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 45 +++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/createmanpages | 16 ++++++++++++++++
debian/rules | 27 +++++++++++++++++++++++++++
debian/source/format | 1 +
debian/upstream/metadata | 7 +++++++
debian/watch | 2 ++
9 files changed, 133 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0a7f00b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fsa (1.15.9-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org> Sat, 16 Aug 2014 22:03:17 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dc27f39
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: fsa
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/fsa/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/fsa/trunk/
+Homepage: http://fsa.sourceforge.net/
+
+Package: fsa
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Fast Statistical Alignment of protein, RNA or DNA sequences
+ FSA is a probabilistic multiple sequence alignment algorithm which uses
+ a "distance-based" approach to aligning homologous protein, RNA or DNA
+ sequences. Much as distance-based phylogenetic reconstruction methods
+ like Neighbor-Joining build a phylogeny using only pairwise divergence
+ estimates, FSA builds a multiple alignment using only pairwise
+ estimations of homology. This is made possible by the sequence annealing
+ technique for constructing a multiple alignment from pairwise
+ comparisons, developed by Ariel Schwartz.
+ .
+ FSA brings the high accuracies previously available only for
+ small-scale analyses of proteins or RNAs to large-scale problems such as
+ aligning thousands of sequences or megabase-long sequences. FSA
+ introduces several novel methods for constructing better alignments:
+ * FSA uses machine-learning techniques to estimate gap and
+ substitution parameters on the fly for each set of input sequences.
+ This "query-specific learning" alignment method makes FSA very robust:
+ it can produce superior alignments of sets of homologous sequences
+ which are subject to very different evolutionary constraints.
+ * FSA is capable of aligning hundreds or even thousands of sequences
+ using a randomized inference algorithm to reduce the computational
+ cost of multiple alignment. This randomized inference can be over ten
+ times faster than a direct approach with little loss of accuracy.
+ * FSA can quickly align very long sequences using the "anchor
+ annealing" technique for resolving anchors and projecting them with
+ transitive anchoring. It then stitches together the alignment between
+ the anchors using the methods described above.
+ * The included GUI, MAD (Multiple Alignment Display), can display the
+ intermediate alignments produced by FSA, where each character is
+ colored according to the probability that it is correctly aligned
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..81d4812
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fsl
+Source: http://sourceforge.net/projects/fsa/files/
+
+Files: *
+Copyright: © 2010-2014 Ariel Schwartz, Chuong Do, Robert Bradley, Jaeyoung Do, Colin Dewey, Ian Holmes, Lars Barquist
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General General
+ Public License can be found at /usr/share/common-licenses/GPL-2.
+
diff --git a/debian/createmanpages b/debian/createmanpages
new file mode 100755
index 0000000..febcd91
--- /dev/null
+++ b/debian/createmanpages
@@ -0,0 +1,16 @@
+#!/bin/sh
+MANDIR=debian
+mkdir -p $MANDIR
+
+VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
+
+help2man --no-info --no-discard-stderr --help-option=" " \
+ --name='<optional description of the program>' \
+ --version-string="$VERSION" <programname> > $MANDIR/<programname>.1
+
+cat <<EOT
+Please enhance the help2man output.
+The following web page might be helpful in doing so:
+ http://liw.fi/manpages/
+EOT
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c678330
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+# some helpful variables - uncomment them if needed
+# shamelessly stolen from http://jmtd.net/log/awk/
+#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
+#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
+#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
+#GIT_TAG := $(subst ~,_,$(VERSION))
+
+# alternatively to manually set those variables you can
+# include /usr/share/cdbs/1/rules/buildvars.mk
+# and use what is set there. Any hint whether dh might set variables in
+# a similar manner are welcome.
+
+%:
+ dh $@ --with autoreconf
+
+override_dh_auto_test:
+ echo "Tests seem to miss some files:"
+ echo "make[4]: *** No rule to make target 'apps/isect_d.unmappable.bash', needed by 'apps/isect_d.unmappable.bash.log'. Stop."
+
+#get-orig-source:
+# . debian/get-orig-source
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..ab92e46
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Reference:
+ Author: Ariel Shaul Schwartz
+ Title: Posterior Decoding Methods for Optimization and Accuracy Control of Multiple Alignments
+ Year: 2007
+ URL: http://www.eecs.berkeley.edu/Pubs/TechRpts/2007/EECS-2007-39.html
+ eprint: http://www.eecs.berkeley.edu/Pubs/TechRpts/2007/EECS-2007-39.pdf
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2b4ced5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/fsa/fsa-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fsa.git
More information about the debian-med-commit
mailing list