c343ab4
The files in this directory are bugfix replacements for files in
c343ab4
the EMBOSS-6.1.0 distribution. Just drop the replacement files in
c343ab4
the location shown and redo the 'make install.'
c343ab4
c343ab4
Fix 1. EMBOSS-6.1.0/ajax/ajfeat.c
c343ab4
       EMBOSS-6.1.0/ajax/ajseqread.c
c343ab4
       EMBOSS-6.1.0/ajax/ajseqwrite.c
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/gui/Browser.java
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/gui/BuildProgramMenu.java
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/gui/form/BuildJembossForm.java
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.java
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/soap/GetVersion.java
c343ab4
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/soap/ShowDB.java
c343ab4
       EMBOSS-6.1.0/jemboss/utils/install-jemboss-server.sh
c343ab4
       EMBOSS-6.1.0/jemboss/lib/client.jar
c343ab4
c343ab4
29 Jul 2009: Fix feature specification problems in Jemboss.
c343ab4
             Use version number to point to documentation URLs
c343ab4
             Remove standalone option from server script.
c343ab4
             Correct FASTQ input searching for '@' to start next sequence
c343ab4
             Standardize FASTQ sequence formats with other OpenBio projects
c343ab4
             Correct issues in igstrict, genpept and refseqp formats
c343ab4
c343ab4
Fix 2. EMBOSS-6.1.0/ajax/ajmem.h
c343ab4
       EMBOSS-6.1.0/ajax/ajstr.c
c343ab4
       EMBOSS-6.1.0/ajax/ajstr.h
c343ab4
       EMBOSS-6.1.0/nucleus/embaln.c
c343ab4
c343ab4
24-Aug-2009: Fix string extension so that pointers in lists remain valid.
c343ab4
             This fixes a bug in processing SwissProt complex descriptions.
c343ab4
             Fix definition of AJRESIZE0 macro.
c343ab4
	     Fix processing of first match in a profile alignment (prophet).
e49cb73
e49cb73
Fix 3. EMBOSS-6.1.0/ajax/ajfeat.c
e49cb73
       EMBOSS-6.1.0/ajax/ajfeat.h
e49cb73
       EMBOSS-6.1.0/ajax/ajgraph.c
e49cb73
       EMBOSS-6.1.0/ajax/ajmath.c
e49cb73
       EMBOSS-6.1.0/ajax/ajseq.c
e49cb73
       EMBOSS-6.1.0/ajax/ajseqread.c
e49cb73
       EMBOSS-6.1.0/ajax/ajseqwrite.c
e49cb73
       EMBOSS-6.1.0/nucleus/embmisc.c
e49cb73
       EMBOSS-6.1.0/nucleus/embmisc.h
e49cb73
       EMBOSS-6.1.0/nucleus/embpat.c
e49cb73
       EMBOSS-6.1.0/emboss/coderet.c
e49cb73
       EMBOSS-6.1.0/emboss/extractfeat.c
e49cb73
       EMBOSS-6.1.0/emboss/notseq.c
e49cb73
       EMBOSS-6.1.0/emboss/prettyplot.c
e49cb73
       EMBOSS-6.1.0/emboss/seqmatchall.c
e49cb73
       EMBOSS-6.1.0/emboss/showfeat.c
e49cb73
       EMBOSS-6.1.0/emboss/showpep.c
e49cb73
       EMBOSS-6.1.0/emboss/showseq.c
e49cb73
       EMBOSS-6.1.0/emboss/twofeat.c
e49cb73
       EMBOSS-6.1.0/jemboss/utils/install-jemboss-server.sh
e49cb73
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/server/AppendToLogFileThread.java
e49cb73
       EMBOSS-6.1.0/jemboss/org/emboss/jemboss/server/JembossAuthServer.java
e49cb73
e49cb73
02-Dec-2009: Fixes problems with extractfeat. The fix includes cleaner
e49cb73
             definitions of functions used to match feature tags and
e49cb73
             feature types which result in minor updates to 6 other
e49cb73
             applications.
e49cb73
e49cb73
             Extractfeat in previous versions used its own text parser
e49cb73
             to extract feature data from only a limited set of
e49cb73
             formats. In release 6.1.0 it was replaced by the standard
e49cb73
             EMBOSS feature table. With no options set, extractfeat
e49cb73
             rejected all features (type '*' was needed to extract
e49cb73
             features). Extractfeat default settings now extract all
e49cb73
             features from an entry.
e49cb73
e49cb73
             Features on the reverse strand were incorrectly processed
e49cb73
             (an effect caused by some of the old extractfeat code
e49cb73
             remaining). Reverse strand features are now correctly
e49cb73
             parsed, including both "join(complement())" and
e49cb73
             "complement(join())" syntax in EMBL/GenBank/DDBJ feature
e49cb73
             tables.
e49cb73
e49cb73
             Fixes an issue in GenBank parsing where the ORIGIN line is absent.
e49cb73
e49cb73
             Fixes scaling errors in prettyplot, especially in mEMBOSS
e49cb73
             when plotting to a window on screen (the default
e49cb73
             output). The plplot library does not report the true
e49cb73
             width and height for several devices. The assumptions in
e49cb73
             prettyplot depend on reasonable size estimates. Release
e49cb73
             6.2.0 will have further corrections to plplot device
e49cb73
             scaling.
e49cb73
e49cb73
	     Fixes the counting of non-coding features in coderet.
e49cb73
e49cb73
	     Fixes a seqmatchall error for short sequences with perfect matches
e49cb73
e49cb73
	     When reverse-complementing sequences, also reverses
e49cb73
	     the quality scores.
e49cb73
e49cb73
	     Allows '-' in format names in the USA syntax, to allow
e49cb73
	     fastq-sanger fastq-illumina and fastq-solexa format names
e49cb73
	     to be used.
e49cb73
e49cb73
	     When reading protein sequences, a sequence with only a
e49cb73
	     stop is now recognized as empty (zero length) after
e49cb73
	     processing ambiguity codes and stops.
e49cb73
e49cb73
	     Fixes a problem writing features in PIR format when the
e49cb73
	     feature table is empty, for example a report file with no hits.
e49cb73
e49cb73
	     Fixes a dependency on 'ant' to install a Jemboss server.
e49cb73
e49cb73
	     Fixes a problem in logging Jemboss info/error messages.
e49cb73