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

Bugfix: chromosome mapping tool #636

Merged
merged 3 commits into from Feb 24, 2017
Merged

Conversation

valasatava
Copy link
Contributor

  • Fix in the chromosome mapping tool to return -1 if the genomic position falls outside coding region on the forward strand
  • Test is added to check if the boundaries are handled correctly


int cdsEE = ChromosomeMappingTools.getCDSPosForChromosomeCoordinate(posExonEnd+1, gcp);
assertEquals(cdsEE, -1);

Copy link
Member

Choose a reason for hiding this comment

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

Can you also add a check that the CDS position for first base in the coding region is correct?

Yana Valasatava added 2 commits February 23, 2017 16:15
…e position on mRNA for the genes leaving on the forward strand
…for the genes leaving on the forward strand
Copy link
Member

@andreasprlic andreasprlic left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

@andreasprlic andreasprlic merged commit 1c81b01 into biojava:master Feb 24, 2017
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.

None yet

2 participants