We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// avro private java.lang.String chromosome; private java.lang.String stain; private java.lang.String name; private java.lang.Integer start; private java.lang.Integer end;
// core private String name; private String stain; private int start; private int end;
REST and the variant calculator use the avro one, and the chromosome collection seems to use the one from core.
The text was updated successfully, but these errors were encountered:
variantannotation is in avro, needs to be in avro and needs a cytoband.
So we should delete the core cytoband as a duplicate, and keep the avro one.
core
Sorry, something went wrong.
imedina
No branches or pull requests
REST and the variant calculator use the avro one, and the chromosome collection seems to use the one from core.
The text was updated successfully, but these errors were encountered: