becavin-lab / bacnet

BACNET is a Java based platform to develop website for multi-omics analysis
GNU General Public License v3.0
13 stars 1 forks source link

Improve GFF reader #4

Open drbecavin opened 5 years ago

drbecavin commented 5 years ago

For the moment only coding sequences, tRNA and rRNA are included. If no CDS, exon is available the element is not included. We should include:

Test on eukaryotes with exon, intron and specific stuff

Modify specifically: GFFNCBIReader.addSequences(LinkedHashMap<String, ChromosomeBacteriaSequence> chromosomes,HashMap<String, ArrayList<FeatureI>> listLocusTag) In package bacnet.reader

Specifically if only one GFF line is available per feature ! Manage both cases