Permalink
Please sign in to comment.
Showing
with
7,414 additions
and 983 deletions.
- +6 −0 Bugs/BUGTRAX
- +0 −46 COPYRIGHT
- +20 −7 INSTALL
- +1 −1 LICENSE
- +6 −9 README
- +16 −12 configure.ac
- +79 −5 documentation/manpages/cmscan.man
- +1 −1 documentation/manpages/cmsearch.man
- +3 −6 documentation/userguide/Makefile.in
- +2 −3 documentation/userguide/ack.tex
- +1 −3 documentation/userguide/cmbuild.tex
- 0 documentation/userguide/copyright.tex
- +0 −18 documentation/userguide/copyright.tex.in
- +39 −3 documentation/userguide/formats.tex
- +13 −11 documentation/userguide/install.tex
- +3 −3 documentation/userguide/introduction.tex
- +3 −2 documentation/userguide/main.tex
- +10 −10 documentation/userguide/more.tex
- +137 −14 documentation/userguide/tabular.tex
- +3 −6 documentation/userguide/titlepage.tex.in
- +225 −57 documentation/userguide/tutorial.tex
- +428 −383 release-notes/00CHECKLIST
- +29 −0 release-notes/RELEASE-1.1.2
- +1 −4 rmark/rmark-create.c
- +104 −0 src/Rfam.12.1.claninfo
- +0 −3 src/bandcyk-truncation-test.c
- +0 −2 src/cm_alidisplay.c
- +1 −1 src/cm_alndata.c
- +4 −15 src/cm_dpalign.c
- +2 −6 src/cm_dpalign_trunc.c
- +0 −6 src/cm_dpsearch.c
- +0 −4 src/cm_dpsearch_trunc.c
- +3 −3 src/cm_modelmaker.c
- +12 −20 src/cm_mx.c
- +0 −3 src/cm_p7_modelmaker.c
- +2 −3 src/cm_parsetree.c
- +45 −49 src/cm_pipeline.c
- +0 −10 src/cm_submodel.c
- +98 −51 src/cm_tophits.c
- +1 −1 src/cm_trunc.c
- +9 −11 src/cmalign.c
- +3 −7 src/cmbuild.c
- +0 −2 src/cmcalibrate.c
- +97 −60 src/cmscan.c
- +28 −34 src/cmsearch.c
- +1 −8 src/cp9_modelmaker.c
- +3 −3 src/cp9_trace.c
- +3 −16 src/hmmband.c
- +3 −5 src/impl_sse/sse_cm_dpsearch.c
- +7 −7 src/impl_sse/sse_cm_dpsmall.c
- +3 −3 src/impl_sse/sse_cmcons_hitmx.c
- +2 −2 src/infernal.h
- +0 −2 src/trcyk.c
- +4,815 −0 testsuite/5.c.cm
- +1 −0 testsuite/5.claninfo
- +104 −0 testsuite/Rfam.12.1.clanin
- +1 −1 testsuite/bug-i38.pl
- +1 −1 testsuite/bug-i44.pl
- +22 −1 testsuite/dev_testsuite.sqc
- +19 −0 testsuite/emitted-5.fa
- +78 −3 testsuite/i1.pm
- +2 −2 testsuite/itest2-duplicate-names.pl
- +4 −4 testsuite/itest5-pipeline.pl
- +8 −8 testsuite/itest6-sensitivity.pl
- +12 −12 testsuite/itest7-trunc.pl
- +3 −3 testsuite/itest8-glist.pl
- +174 −0 testsuite/itest9-overlaps.pl
- +701 −0 testsuite/tRNA-Sec.c.cm
- +5 −0 testsuite/testsuite.sqc
- +7 −7 tutorial/tRNA5.c.cm
| @@ -1,46 +0,0 @@ | ||
| -Infernal - inference of RNA secondary structural alignments | ||
| -@INFERNAL_COPYRIGHT@ | ||
| ------------------------------------------------------------------- | ||
| - | ||
| -Copyright (C) 2013 HHMI Janelia Farm Research Campus | ||
| - | ||
| - Portions Copyright (C) 1991-2013 Sean R. Eddy | ||
| - Portions Copyright (C) 2005-2013 Eric P. Nawrocki | ||
| - Portions Copyright (C) 2005-2011 Diana L. Kolbe | ||
| - Portions Copyright (C) 2004 Zasha Weinberg | ||
| - Portions Copyright (C) 1990 Don G. Gilbert | ||
| - Portions Copyright (C) 1995-2006 Washington University in St. Louis | ||
| - Portions Copyright (C) 1992-1995 Medical Research Council, UK | ||
| - Portions Copyright (C) 2004 University of Washington, Seattle | ||
| - Portions Copyright (C) 1986,1993,1995 University of Toronto | ||
| - Portions Copyright (C) 1989-2001 Free Software Foundation | ||
| - Portions Copyright (C) 1991 Massachusetts Institute of Technology | ||
| - | ||
| -Infernal includes the HMMER software package, which has its own license and | ||
| -copyright information. See hmmer/COPYRIGHT and hmmer/LICENSE. | ||
| - | ||
| -Infernal uses the Easel software library, which has its own license and | ||
| -copyright information. See easel/COPYRIGHT and easel/LICENSE. | ||
| - | ||
| -Infernal is distributed under the terms of the GNU General Public | ||
| -License version 3 (GPLv3). See the file LICENSE for details. | ||
| - | ||
| -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 3 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. | ||
| - | ||
| -A copy of the GNU General Public License is in the file LICENSE. You | ||
| -may also obtain a copy from <http://www.gnu.org/licenses/>. | ||
| - | ||
| ------------------------------------------------------------------- | ||
| -The Infernal development team | ||
| -HHMI Janelia Farm Research Campus | ||
| -http://infernal.janelia.org/ | ||
| - | ||
| - |
28
configure.ac
Oops, something went wrong.
0 comments on commit
76f771f