Skip to content

Add publication references to genbank parser#593

Closed
mkleen wants to merge 4 commits intobiojava:masterfrom
mkleen:master
Closed

Add publication references to genbank parser#593
mkleen wants to merge 4 commits intobiojava:masterfrom
mkleen:master

Conversation

@mkleen
Copy link
Copy Markdown

@mkleen mkleen commented Oct 14, 2016

No description provided.

Copy link
Copy Markdown
Contributor

@josemduarte josemduarte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test org.biojava.nbio.core.sequence.io.GenbankCookbookTest.testProcess is failing, could you have a look? Thanks

/note="Norrie disease (pseudoglioma)"
/db_xref="GeneID:4693"
/db_xref=" :4693"
/db_xref="HGNC:7678"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

not sure why you are removing the text GeneID here? this is content that is also in the original file:

https://www.ncbi.nlm.nih.gov/nuccore/223972707?report=genbank

@mkleen
Copy link
Copy Markdown
Author

mkleen commented Nov 21, 2016

I will fix the testcase, i have also a few more commits.


import java.util.ArrayList;
import java.util.List;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you document this Class with javadoc?

@@ -0,0 +1,60 @@
package org.biojava.nbio.core.sequence.features;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you document this Class with javadoc?

/**
* Test of process method, of class GenbankReader.
*/
@Ignore
Copy link
Copy Markdown
Member

@lafita lafita Mar 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we ignore this test now? I think it was failing with unknown reason.

@lafita
Copy link
Copy Markdown
Member

lafita commented Mar 23, 2017

Dear @mkleen, what is the status of this PR?

Could you also provide a bit more description of what is added (new features) in this PR?

@lafita lafita added this to the BioJava 5.0.0 milestone Mar 23, 2017
@lafita
Copy link
Copy Markdown
Member

lafita commented Jul 21, 2017

This has been open for more than 6 months and it already has conflicts with the master branch. I would suggest closing it with the possibility of reopening it in the future.

@josemduarte
Copy link
Copy Markdown
Contributor

Yes, let's close. There was no response to the comments for a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants