No, BioJava does not include the ability to write ABI files. Technically you could write your own code to do it though because the file format is fully understood by the parser and is formally described by a paper linked to from the Javadoc for ABIFChromatogram. By combining the information from the paper with the code from the parser, it should be possible to create a writer.
Richard Ashika Umanga Umagiliya wrote: > Greetings all, > > I was able to display chromatogram using ABIFChromatogram class . > Now what I want to implement is a chromatogram Editor,where user can > edit base calls and save aback to AB1 files. > Is there a way to do this in BioJava? > > Best Regards, > umanga > _______________________________________________ > Biojava-l mailing list - [email protected] > http://lists.open-bio.org/mailman/listinfo/biojava-l > -- Richard Holland, BSc MBCS Finance Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: [email protected] http://www.eaglegenomics.com/ _______________________________________________ Biojava-l mailing list - [email protected] http://lists.open-bio.org/mailman/listinfo/biojava-l
