Author: malex-guest Date: 2011-05-04 08:52:41 +0000 (Wed, 04 May 2011) New Revision: 6762
Modified: trunk/packages/cufflinks/trunk/debian/control Log: added description , and libboost-thread dependency Modified: trunk/packages/cufflinks/trunk/debian/control =================================================================== --- trunk/packages/cufflinks/trunk/debian/control 2011-05-04 08:46:07 UTC (rev 6761) +++ trunk/packages/cufflinks/trunk/debian/control 2011-05-04 08:52:41 UTC (rev 6762) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Alex Mestiashvili <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev , libboost-dev (>=1.38.0) , libbam-dev +Build-Depends: debhelper (>= 7.0.50~), autotools-dev , libboost-dev (>=1.38.0) , libboost-thread1.46-dev , libbam-dev Standards-Version: 3.9.1 Homepage: http://cufflinks.cbcb.umd.edu/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/cufflinks/?rev=0&sc=0 @@ -13,5 +13,7 @@ Package: cufflinks Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: Transcript assembly, differential expression, and differential regulation for RNA-Seq. + It accepts aligned RNA-Seq reads and assembles the alignments into a + parsimonious set of transcripts. Cufflinks then estimates the relative + abundances of these transcripts based on how many reads support each one. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
