File: control

package info (click to toggle)
ruby-crb-blast 0.6.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 348 kB
  • sloc: ruby: 820; makefile: 7
file content (50 lines) | stat: -rw-r--r-- 2,020 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: ruby-crb-blast
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               help2man,
               ncbi-blast+,
               rake,
               ruby-bio,
               ruby-fixwhich,
               ruby-shoulda,
               ruby-threach,
               ruby-trollop
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-crb-blast
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-crb-blast.git
Homepage: https://github.com/cboursnell/crb-blast
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-crb-blast
Architecture: all
Depends: ncbi-blast+,
         ruby | ruby-interpreter,
         ruby-bio,
         ruby-fixwhich,
         ruby-threach,
         ruby-trollop,
         ${misc:Depends}
Description: Run conditional reciprocal best blast
 CRB-BLAST is a novel method for finding orthologs between one set of sequences
 and another. This is particularly useful in genome and transcriptome
 annotation.
 .
 CRB-BLAST initially performs a standard reciprocal best BLAST. It does this by
 performing BLAST alignments of query->target and target->query. Reciprocal
 best BLAST hits are those where the best match for any given query sequence in
 the query->target alignment is also the best hit of the match in the reverse
 (target->query) alignment.
 .
 Reciprocal best BLAST is a very conservative way to assign orthologs. The main
 innovation in CRB-BLAST is to learn an appropriate e-value cutoff to apply to
 each pairwise alignment by taking into account the overall relatedness of the
 two datasets being compared. This is done by fitting a function to the
 distribution of alignment e-values over sequence lengths. The function
 provides the e-value cutoff for a sequence of given length.
XB-Ruby-Versions: ${ruby:Versions}