Author: tille Date: 2012-05-28 15:32:50 +0000 (Mon, 28 May 2012) New Revision: 11040
Added: trunk/packages/sap/ trunk/packages/sap/trunk/ trunk/packages/sap/trunk/debian/ trunk/packages/sap/trunk/debian/changelog trunk/packages/sap/trunk/debian/compat trunk/packages/sap/trunk/debian/control trunk/packages/sap/trunk/debian/copyright trunk/packages/sap/trunk/debian/rules trunk/packages/sap/trunk/debian/upstream Log: Take over information from tasks file into machine parseable code Added: trunk/packages/sap/trunk/debian/changelog =================================================================== --- trunk/packages/sap/trunk/debian/changelog (rev 0) +++ trunk/packages/sap/trunk/debian/changelog 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1,5 @@ +sap (1.1.1-1) unstable; urgency=low + + * Initial release + + -- Andreas Tille <[email protected]> Mon, 28 May 2012 17:14:53 +0200 Added: trunk/packages/sap/trunk/debian/compat =================================================================== --- trunk/packages/sap/trunk/debian/compat (rev 0) +++ trunk/packages/sap/trunk/debian/compat 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1 @@ +9 Added: trunk/packages/sap/trunk/debian/control =================================================================== --- trunk/packages/sap/trunk/debian/control (rev 0) +++ trunk/packages/sap/trunk/debian/control 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1,36 @@ +Source: sap +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 +Homepage: http://mathbio.nimr.mrc.ac.uk/wiki/Software#SAP +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/sap/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/sap/trunk/ + +Package: sap +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Enhances: t-coffee +Description: Pairwise protein structure alignment via double dynamic programming + In contrast to DNA, proteins exhibit an apparently unlimited variety of + structure. This is a necessary requirement of the vast array of + differing functions that they perform in the maintainance of life, + again, in contrast to the relatively static archival function of DNA. + Not only do we observe a bewildering variety of form but even within a + common structure, there is variation in the lengths and orientation + substructures. Such variation is both a reflection on the very long time + periods over which some structures have diverged and also a consequence + of the fact that proteins cannot be completely rigid bodies but must + have flexibility to accommodate the structural changes that are almost + always necessary for them to perform their functions. These aspects make + comparing structure and finding structural similarity over long + divergence times very difficult. Indeed, computationally, the problem of + recognizing similarity is one of three-dimensional pattern recognition, + which is a notoriously difficult problem for computers to perform. In + this chapter, guidance is provided on the use of a flexible structure + comparison method that overcomes many of the problems of comparing + protein structures that may exhibit only weak similarity. + Added: trunk/packages/sap/trunk/debian/copyright =================================================================== --- trunk/packages/sap/trunk/debian/copyright (rev 0) +++ trunk/packages/sap/trunk/debian/copyright 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1,10 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://mathbio.nimr.mrc.ac.uk/download/SAP/sap-1.1.1.tar.gz + +Files: * +Copyright: © 2008-2010 Willie Taylor <[email protected]> +License: GPL-v3 + +Files: debian/* +Copyright: © 2012 Andreas Tille <[email protected]> +License: GPL-v3 Added: trunk/packages/sap/trunk/debian/rules =================================================================== --- trunk/packages/sap/trunk/debian/rules (rev 0) +++ trunk/packages/sap/trunk/debian/rules 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +%: + dh $@ Property changes on: trunk/packages/sap/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/sap/trunk/debian/upstream =================================================================== --- trunk/packages/sap/trunk/debian/upstream (rev 0) +++ trunk/packages/sap/trunk/debian/upstream 2012-05-28 15:32:50 UTC (rev 11040) @@ -0,0 +1,20 @@ +Reference: + - Author: William R. Taylor + Title: Protein Structure Comparison Using SAP + Booktitle: "Protein Structure Prediction: Methods and Protocols" + Year: 2000 + Volume: 143 + Pages: 19-32 + DOI: 10.1385/1-59259-368-2:19 + URL: http://www.springerprotocols.com/Abstract/doi/10.1385/1-59259-368-2:19 + - Author: William R. Taylor + Title: Protein structure comparison using iterated double dynamic programming + Journal: Protein Science + Year: 1999 + Volume: 8 + Number: 3 + Pages: 654-65 + DOI: 10.1110/ps.8.3.654 + PMID: 10091668 + URL: http://onlinelibrary.wiley.com/doi/10.1110/ps.8.3.654/abstract + eprint: http://onlinelibrary.wiley.com/doi/10.1110/ps.8.3.654/pdf _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
