[med-svn] [hhsuite] 02/06: add manpage for hhblits_omp
Sascha Steinbiss
satta at debian.org
Sun Jan 15 09:13:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hhsuite.
commit 4e982836d5a4fb70c5a11126a00323425da20548
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Jan 15 09:11:34 2017 +0000
add manpage for hhblits_omp
---
debian/hhsuite.manpages | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/hhsuite.manpages b/debian/hhsuite.manpages
index afe6484..72ec815 100644
--- a/debian/hhsuite.manpages
+++ b/debian/hhsuite.manpages
@@ -1,5 +1,6 @@
hhalign.1
hhblits.1
+hhblits_omp.1
hhconsensus.1
hhfilter.1
hhmake.1
diff --git a/debian/rules b/debian/rules
index 16158f6..2109c33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,11 @@ VERSION=$(shell dpkg-parsechangelog -SVersion | cut -f1 -d+)
TIMESTAMP=$(shell dpkg-parsechangelog -STimestamp)
DATE=$(shell date --date=@$(TIMESTAMP) '+%d %B %Y')
-HHMANPAGES = hhalign.1 hhblits.1 hhconsensus.1 hhfilter.1 hhmake.1 hhsearch.1
+HHMANPAGES = hhalign.1 hhblits.1 hhblits_omp.1 hhconsensus.1 hhfilter.1 hhmake.1 hhsearch.1
export n_hhalign=align a query alignment/HMM to a template alignment/HMM
export n_hhblits=fast homology detection method to iteratively search a HMM database
+export n_hhblits_omp=fast homology detection method to iteratively search a HMM database
export n_hhconsensus=calculate the consensus sequence for an A3M/FASTA input file
export n_hhfilter=filter an alignment by maximum sequence identity of match states and minimum coverage
export n_hhmake=build an HMM from an input alignment or convert between HMMER format and HHsearch format
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hhsuite.git
More information about the debian-med-commit
mailing list