This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository toppred.
commit b25d31ff1b5044e592c18f500ca3a8300e39d490 Author: Andreas Tille <[email protected]> Date: Sat Jan 31 15:31:50 2015 +0100 Enhanced long description --- debian/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/control b/debian/control index b415da7..59f318d 100644 --- a/debian/control +++ b/debian/control @@ -17,5 +17,20 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: transmembrane topology prediction + Toppred is a program to determine the topology of a transmembrane + protein based on G. von Heijne algorithm. + . + Each sequence from seq data in fasta format is processed, and toppred + generate the Hydrophobycity profile of the sequence, and the + corresponding hydrophobycities values in the file sequence-ID.hydro. + . + Furthermore, the predicted topologies are represented as png images. + Each topology is stored in file sequence-ID-number.png + . + The hydrophobicity profile is computed using a window formed by a core + rectangular window of size n, flanked by 2 triangular windows of size q. + NB rectangular and triangular mean that the ponderation values inside + those windows are respectively constant and variable. + . This program is a new implementation of the original toppred program, based on G. von Heijne algorithm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/toppred.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
