[med-svn] [crac] 01/06: Separate static library and header files into development package

Andreas Tille tille at debian.org
Sat Jul 12 08:52:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository crac.

commit 1f049703be1c9715c814bbfd34783c35778078f3
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jul 11 15:57:20 2014 +0200

    Separate static library and header files into development package
---
 debian/control | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7396d5e..5d32567 100644
--- a/debian/control
+++ b/debian/control
@@ -28,4 +28,27 @@ Description: integrated RNA-Seq read analysis
  against the Human genome, say 50 million reads of 100 nucleotide each,
  CRAC requires about 40 gigabytes of main memory. Check whether the
  system of your computing server is equipped with sufficient amount of
- memory before launching an analysis.  
+ memory before launching an analysis.
+
+Package: libcrac-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: development library for integrated RNA-Seq read analysis
+ CRAC is a tool to analyze High Throughput Sequencing (HTS) data in
+ comparison to a reference genome. It is intended for transcriptomic
+ and genomic sequencing reads. More precisely, with transcriptomic
+ reads as input, it predicts point mutations, indels, splice junction,
+ and chimeric RNAs (ie, non colinear splice junctions). CRAC can also
+ output positions and nature of sequence error that it detects in the
+ reads. CRAC uses a genome index. This index must be computed before
+ running the read analysis. For this sake, use the command "crac-index"
+ on your genome files. You can then process the reads using the command
+ crac. See the man page of CRAC (help file) by typing "man crac". CRAC
+ requires large amount of main memory on your computer. For processing
+ against the Human genome, say 50 million reads of 100 nucleotide each,
+ CRAC requires about 40 gigabytes of main memory. Check whether the
+ system of your computing server is equipped with sufficient amount of
+ memory before launching an analysis.
+ .
+ This is the development library for crac,
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/crac.git



More information about the debian-med-commit mailing list