File: COPYRIGHT

package info (click to toggle)
sim4 0.0.20121010-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,744 kB
  • ctags: 505
  • sloc: ansic: 5,807; makefile: 23; sh: 15
file content (62 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download | duplicates (4)
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
51
52
53
54
55
56
57
58
59
60
61
62
This package implements the Sim4 algorithm for aligning expressed DNA
with genomic sequences, described in the paper:

L. Florea, G. Hartzell, Z. Zhang, G. Rubin, and W. Miller (1998) 
"A computer program for aligning a cDNA sequence with a genomic DNA sequence."
Genome Research 8, 967-974.


Portions copyright by:

Copyright (C) 1998-2012  Liliana Florea
Copyright (C) 1998-2012  Scott Schwartz

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

# The following files were written by Liliana Florea:
 
Xtend1.c
Xtend1.h
align.c
align.h
sim4.h
sim4.init.c
sim4b1.c
sim4b1.h
splice.c
splice.h

# The following files were written by Scott Schwartz:

args.c
args.h
charvec.c
charvec.h
discrim.c
discrim.h
dna.c
dna.h
encoding.c
encoding.h
libc.h
misc.c
misc.h
prnt.c
prnt.h
psublast.h
seq.c
seq.h
seq_read.c
types.h