-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
671b04d
commit 99e0477
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,11 @@ ostream& operator<< (ostream& strm, const Strand s); | |
#define MODEL_SUBDIR "model/" | ||
#define EXTRINSIC_SUBDIR "extrinsic/" | ||
|
||
#define VERSION "3.4.0" | ||
#define VERSION "3.5.0" | ||
|
||
#define PREAMBLE "# This output was generated with AUGUSTUS (version " VERSION ").\n\ | ||
# AUGUSTUS is a gene prediction tool written by M. Stanke ([email protected]),\n\ | ||
# O. Keller, S. König, L. Gerischer, L. Romoth and Katharina Hoff.\n\ | ||
# O. Keller, S. König, L. Gerischer, L. Romoth, Katharina Hoff, Henry Mehlan and Daniel Honsel.\n\ | ||
# Please cite: Mario Stanke, Mark Diekhans, Robert Baertsch, David Haussler (2008),\n\ | ||
# Using native and syntenically mapped cDNA alignments to improve de novo gene finding\n\ | ||
# Bioinformatics 24: 637-644, doi 10.1093/bioinformatics/btn013" | ||
|