Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GFF reader #4

Open
drbecavin opened this issue Apr 10, 2019 · 0 comments
Open

Improve GFF reader #4

drbecavin opened this issue Apr 10, 2019 · 0 comments
Assignees
Labels
Data Parsing enhancement New feature or request

Comments

@drbecavin
Copy link
Member

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:

  • pseudogene without CDS
  • non-coding elements = gene without CDS

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

@drbecavin drbecavin added enhancement New feature or request Data Parsing labels Apr 10, 2019
@drbecavin drbecavin self-assigned this Aug 5, 2019
@drbecavin drbecavin added this to To do in Clean Bacnet for publication via automation Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Parsing enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant