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

EMBL file parser is not parsing features #923

Open
MaxGreil opened this issue Mar 10, 2021 · 2 comments
Open

EMBL file parser is not parsing features #923

MaxGreil opened this issue Mar 10, 2021 · 2 comments
Labels
enhancement Improvement of existing code or method help wanted Questions and support for users

Comments

@MaxGreil
Copy link
Contributor

MaxGreil commented Mar 10, 2021

While working on issue #843 I had a look at the EMBL file parser (PR #919).

I used test givenAnEmilFileWhenProcessEmilFileThanTheSequenceShouldReturnAsExpected in EmblReaderTest.java.

To my understanding, the features in file embl.test are not parsed at all.
Please have a look at EmblRecord.java. Variable featureTable is just a String that gets assigned and overwritten by the last value.

@josemduarte josemduarte added enhancement Improvement of existing code or method help wanted Questions and support for users labels Mar 10, 2021
@richarda23
Copy link
Contributor

richarda23 commented Aug 14, 2021

There is some existing code to parse features from Genbank files-

public class GenericInsdcHeaderForat<S extends AbstractSequence<C>, C extends Compound> {

@esmat-hejazi
Copy link

esmat-hejazi commented Jun 28, 2023

@MaxGreil Did you find anything to parse the features of Embl File?
The method readEMBL from the classes SeqIOTools or IOTools parses the features, but they are in legacy version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing code or method help wanted Questions and support for users
Projects
None yet
Development

No branches or pull requests

4 participants