[med-svn] r829 - trunk/packages/kalign/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sun Nov 18 10:07:41 UTC 2007


Author: hanska-guest
Date: 2007-11-18 10:07:41 +0000 (Sun, 18 Nov 2007)
New Revision: 829

Added:
   trunk/packages/kalign/trunk/debian/kalign.1
Modified:
   trunk/packages/kalign/trunk/debian/changelog
   trunk/packages/kalign/trunk/debian/control
   trunk/packages/kalign/trunk/debian/rules
Log:
* debian/kalign.1 added - manpages are now statically generated
* debian/control:
  - B-D updated (see above)
  - added myself to Uploaders
  - moved XS-Vcs-* fields to Vcs-*
* debian/rules:
  - reflecting static build of manpages
  - minor changes

Modified: trunk/packages/kalign/trunk/debian/changelog
===================================================================
--- trunk/packages/kalign/trunk/debian/changelog	2007-11-18 10:03:14 UTC (rev 828)
+++ trunk/packages/kalign/trunk/debian/changelog	2007-11-18 10:07:41 UTC (rev 829)
@@ -1,10 +1,21 @@
-kalign (2.03-2) unstable; urgency=low
+kalign (2.03-2) UNRELEASED; urgency=low
 
+  [ Charles Plessy ]
   * Add Subversion repository URL to debian/control.
   * Moved the Homepage: field out from the package's description.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Fri, 21 Sep 2007 23:02:02 +0900
+  [ David Paleino ]
+  * debian/kalign.1 added - manpages are now statically generated
+  * debian/control:
+    - B-D updated (see above)
+    - added myself to Uploaders
+    - moved XS-Vcs-* fields to Vcs-*
+  * debian/rules:
+    - reflecting static build of manpages
+    - minor changes
 
+ -- David Paleino <d.paleino at gmail.com>  Sun, 18 Nov 2007 11:05:31 +0100
+
 kalign (2.03-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kalign/trunk/debian/control
===================================================================
--- trunk/packages/kalign/trunk/debian/control	2007-11-18 10:03:14 UTC (rev 828)
+++ trunk/packages/kalign/trunk/debian/control	2007-11-18 10:07:41 UTC (rev 829)
@@ -2,11 +2,12 @@
 Section: science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Charles Plessy <charles-debian-nospam at plessy.org>
-Build-Depends: debhelper (>= 5), xsltproc, docbook-xsl, docbook-xml
+Uploaders: Charles Plessy <charles-debian-nospam at plessy.org>,
+ David Paleino <d.paleino at gmail.com>
+Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
-XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/kalign/trunk/
-XS-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/kalign
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/kalign/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/kalign
 Homepage: http://msa.cgb.ki.se
 
 Package: kalign

Added: trunk/packages/kalign/trunk/debian/kalign.1
===================================================================
--- trunk/packages/kalign/trunk/debian/kalign.1	                        (rev 0)
+++ trunk/packages/kalign/trunk/debian/kalign.1	2007-11-18 10:07:41 UTC (rev 829)
@@ -0,0 +1,121 @@
+.\"     Title: KALIGN
+.\"    Author: Timo Lassmann <timolassmann at gmail.com>
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\"      Date: February 17, 2007
+.\"    Manual: Kalign User Manual
+.\"    Source: kalign 2.03
+.\"
+.TH "KALIGN" "1" "February 17, 2007" "kalign 2.03" "Kalign User Manual"
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+kalign - performs multiple alignment of biological sequences.
+.SH "SYNOPSIS"
+.HP 7
+\fBkalign\fR [\fIinfile\.fasta\fR] [\fIoutfile\.fasta\fR] [Options]
+.HP 7
+\fBkalign\fR [\-i\ \fIinfile\.fasta\fR] [\-o\ \fIoutfile\.fasta\fR] [Options]
+.HP 7
+\fBkalign\fR [<\ \fIinfile\.fasta\fR] [>\ \fIoutfile\.fasta\fR] [Options]
+.SH "DESCRIPTION"
+.PP
+\fBKalign\fR
+is a command line tool to perform multiple alignment of biological sequences\. It employs the Wu\-Manber string\-matching algorithm, to improve both the accuracy and speed of the alignment\. It uses global, progressive alignment approach, enriched by employing an approximate string\-matching algorithm to calculate sequence distances and by incorporating local matches into the otherwise global alignment\. In comparisons made by its authors, Kalign was about 10 times faster than ClustalW and, depending on the alignment size, up to 50 times faster than popular iterative methods\.
+.SH "OPTIONS"
+.PP
+\fB\-s\fR \fB\-gpo\fR \fB\-gapopen\fR \fB\-gap_open\fR \fIx\fR
+.RS 4
+Gap open penalty
+\.
+.RE
+.PP
+\fB\-e\fR \fB\-gpe\fR \fB\-gap_ext\fR \fB\-gapextension\fR \fIx\fR
+.RS 4
+Gap extension penalty\.
+.RE
+.PP
+\fB\-t\fR \fB\-tgpe\fR \fB\-terminal_gap_extension_penalty\fR \fIx\fR
+.RS 4
+Terminal gap penalties\.
+.RE
+.PP
+\fB\-m\fR \fB\-bonus\fR \fB\-matrix_bonus\fR \fIx\fR
+.RS 4
+A constant added to the substitution matrix\.
+.RE
+.PP
+\fB\-c\fR \fB\-sort\fR \fI<input, tree, gaps\.>\fR
+.RS 4
+The order in which the sequences appear in the output alignment\.
+.RE
+.PP
+\fB\-g\fR \fB\-feature\fR
+.RS 4
+Selects feature mode and specifies which features are to be used: e\.g\. all, maxplp, STRUCT, PFAM\-A\.\.\.\.
+.RE
+.PP
+\fB\-d\fR \fB\-distance\fR \fI<wu, pair>\fR
+.RS 4
+Distance method
+.RE
+.PP
+\fB\-b\fR \fB\-tree\fR \fB\-guide\-tree\fR \fI<nj, upgma>\fR
+.RS 4
+Guide tree method\.
+.RE
+.PP
+\fB\-z\fR \fB\-zcutoff\fR
+.RS 4
+Parameter used in the wu\-manber based distance calculation\.
+.RE
+.PP
+\fB\-i\fR \fB\-in\fR \fB\-input\fR
+.RS 4
+Name of the input file\.
+.RE
+.PP
+\fB\-o\fR \fB\-out\fR \fB\-output\fR
+.RS 4
+Name of the output file\.
+.RE
+.PP
+\fB\-f\fR \fB\-format\fR \fI<fasta, msf, aln, clu, macsim>\fR
+.RS 4
+The output format\.
+.RE
+.PP
+\fB\-q\fR \fB\-quiet\fR
+.RS 4
+Print nothing to STDERR\. Read nothing from STDIN\.
+.RE
+.SH "REFERENCE"
+.PP
+Please cite Timo Lassmann and Erik L\.L\. Sonnhammer (2005) Kalign \- an accurate and fast multiple sequence alignment algorithm\. BMC Bioinformatics 6:298
+.SH "AUTHORS"
+.PP
+\fBTimo Lassmann\fR <\&timolassmann at gmail\.com\&>
+.sp -1n
+.IP "" 4
+Upstream author of kalign\.
+.PP
+\fBCharles Plessy\fR <\&charles\-debian\-nospam at plessy\.org\&>
+.sp -1n
+.IP "" 4
+Wrote the manpage\.
+.SH "COPYRIGHT"
+Copyright \(co 2004, 2005, 2006 Timo Lassmann
+.br
+.PP
+Kalign 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\.
+.PP
+This manual page was written by Charles Plessy
+<charles\-debian\-nospam at plessy\.org>
+for the
+Debian(TM)
+system (but may be used by others)\. Permission is granted to copy, distribute and/or modify this document under the same terms as kalign itself\.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in
+\fI/usr/share/common\-licenses/GPL\fR\.
+.sp

Modified: trunk/packages/kalign/trunk/debian/rules
===================================================================
--- trunk/packages/kalign/trunk/debian/rules	2007-11-18 10:03:14 UTC (rev 828)
+++ trunk/packages/kalign/trunk/debian/rules	2007-11-18 10:07:41 UTC (rev 829)
@@ -16,14 +16,19 @@
 	CFLAGS += -O2
 endif
 
+XP=xsltproc \
+	-o debian/ \
+	-''-nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+
+kalign.1: debian/kalign.1.xml
+	$(XP) $<
+
 build: build-stamp
-
 build-stamp:
 	dh_testdir
 	./configure
 	$(MAKE)
-	xsltproc -o debian/ -''-nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl debian/kalign.1.xml
-	touch build-stamp
+	touch $@
 
 clean:
 	-rm build-stamp
@@ -31,7 +36,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
-	dh_clean debian/kalign.1 
+	dh_clean
 
 install: build
 	dh_testdir




More information about the debian-med-commit mailing list