s312569 / clj-biosequence

A Clojure library designed to make the manipulation of biological sequence data easier.
77 stars 11 forks source link

Non-XML Genbank support? #29

Open metasoarous opened 9 years ago

metasoarous commented 9 years ago

It seems you only currently support XML based Genbank files. Would you be open to having parsers for the flat file Genbank format?

s312569 commented 9 years ago

Most definitely - at the moment I add formats as I need them but I am happy to add as many different formats as people want. I'm working on sam and bam files at the moment but happy to have a look at the flat file genbank files afterwards - or accept code from others.