Commits
User selector
Commit history
Commits on Jan 24, 2013
Adding a plain fasta header parser for atypical data header formats
Show description for 3692d81committed
aalhossary
Commits on Nov 19, 2012
Typo and format
Show description for 69dca43committed
aalhossaryTypo and format
Show description for ebabdbecommitted
aalhossaryfixing a warning, by closing InputStream
Show description for 705fa83committed
aalhossary
Commits on Nov 13, 2012
keeping a Deprecated stub to getConsituents() in order not t break old codes
Show description for 8f03b3fcommitted
aalhossaryTypo correction
Show description for 9b0076fcommitted
aalhossary
Commits on Apr 30, 2012
default color is green not black
Show description for 0484d33committed
andreas
Commits on Mar 27, 2012
Adding CasePreservingProteinSequenceCreator, which stores the case of the input string in the ProteinSequence user collection
Show description for ceb79a1committed
blivens
Commits on Feb 27, 2012
added another method to QualityFeature; also some javadoc
Show description for 93e65dacommitted
brandstaetter
Commits on Feb 26, 2012
fixed a typo in QualityFeature
Show description for 9e72740committed
brandstaetteradded a QualityFeature to hold quality information in DNASequences
Show description for adbc8d9committed
brandstaetter
Commits on Feb 11, 2012
NCBIQBlastService replaced with the new implementation.
Show description for d213ee2committed
gediminas
Commits on Feb 8, 2012
adding patch from Hannes
Show description for 325cd34committed
andreas
Commits on Jan 16, 2012
Simplified boolean expressions.
Show description for 0dd3fe6committed
rthornton
Commits on Jan 11, 2012
Removed the case where length= at the end of a header would get parsed out. Requested by Hannes Brandstätter-Müller <biojava@hannes.oib.com>
Show description for 738a308committed
hwillis
Commits on Jan 10, 2012
Changed instances of String concatenation in StringBuffer to use append.
Show description for 9bb2f63committed
rthornton
Commits on Dec 15, 2011
replacing < and > with < and > in order not to break HTML and enable generating .CHM files using http://jan.baresovi.cz/dr/en/javadoc-chm
Show description for f33979acommitted
aalhossary
Commits on Oct 12, 2011
Fix Bug #3305 for not closing open file
Show description for ad507e4committed
hwillis
Commits on Oct 8, 2011
Added some documentation to functions that take 1-based indices, although there are definitely more which need documentation.
Show description for 4a202f6committed
blivensAdded the ability to fetch AminoAcidCompounds by 3 letter names
Show description for 8025857committed
blivens
Commits on Sep 21, 2011
moving from test section to main section
Show description for 5a5b238committed
andreas- committed
andreas
Commits on Sep 19, 2011
moving StringManipulationTestsHelper to org.biojava3.core.util
Show description for 0eceed3committed
aalhossary
Commits on Aug 31, 2011
cleaning up some javadoc warnings
Show description for 236454ecommitted
andreascleaning up some javadoc
Show description for 3b20d0dcommitted
andreascleaning up some javadoc
Show description for 91dcb21committed
andreas
Commits on Aug 16, 2011
Improved Exception documentation in FastaReader
Show description for 77a1ff3committed
blivens
Commits on Apr 21, 2011
Clearing up something which has been wrong for some time. The code changed an init met even without looking at if the codon was an initiator
Show description for 8bd6fbdcommitted
ayates
Commits on Mar 31, 2011
Put BufferedOutputStream at FastaWriterHelper and made FastaWriter generic.
Show description for 144da15committed
hwillisAdded handling of BufferedOutputStream in FastaWriter. If the outputstream passed in is not Buffered then create one use it and then flush.
Show description for 7267e5ecommitted
hwillis
Commits on Mar 30, 2011
Added handling of BufferedOutputStream in FastaWriter. If the outputstream passed in is not Buffered then create one use it and the close it.
Show description for 4f04dc8committed
hwillis
Commits on Mar 11, 2011
Equality now added to backing stores & compounds. SequenceMixin now has a method for assessing sequence equality
Show description for 778ee18committed
ayatesBugzilla 3180 applied. Frame parameter was ignored by code
Show description for 9a43d7ecommitted
ayatesBug fix for dealing with X amino acids during translation. Submitted by Brad Chapman. Patch available at https://gist.github.com/864088. Many thanks.
Show description for 957dccacommitted
ayates
Commits on Mar 1, 2011
Added setLineSeperator(String line) to FastaWriter to allow user to set CRLF or LF. Currently using operating system line.separator
Show description for 5c21f09committed
hwillis