~ubuntu-branches/ubuntu/trusty/tigr-glimmer/trusty

« back to all changes in this revision

Viewing changes to SimpleMake/entropy-profile.hh

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille, Charles Plessy, Andreas Tille
  • Date: 2008-04-22 11:59:07 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080422115907-rpsy3kgts0vu6lxq
Tags: 3.02-1
[ Charles Plessy ]
* debian/watch:
  - Replaced by the new one written by Nelson (Closes: #385258)

[ Andreas Tille ]
*  New upstream version
* Group maintenance by Debian-Med team
  - DM-Upload-Allowed: Yes
  - Vcs tags
  - Use correct address as Uploader: Steffen Moeller <moeller@debian.org>
* Standards-Version: 3.7.3 (no changes needed)
* debhelper >= 5
* Moved Homepage from long description to control fields
* Removed [Biology] from short description

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//  A. L. Delcher
 
2
//
 
3
//  File:  entropy-profile.hh
 
4
//
 
5
//  Last Modified:  28 July 2005
 
6
//
 
7
//  Declarations for  entropy-profile.cc
 
8
 
 
9
 
 
10
 
 
11
#ifndef  __ENTROPY_PROFILE_HH_INCLUDED
 
12
#define  __ENTROPY_PROFILE_HH_INCLUDED
 
13
 
 
14
 
 
15
#include  "delcher.hh"
 
16
#include  "fasta.hh"
 
17
#include  "gene.hh"
 
18
 
 
19
 
 
20
static void  Parse_Command_Line
 
21
    (int argc, char * argv []);
 
22
static void  Usage
 
23
    (void);
 
24
 
 
25
#endif