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

ImportAnnotation Completion #7

Open
amircs opened this issue Aug 9, 2016 · 1 comment
Open

ImportAnnotation Completion #7

amircs opened this issue Aug 9, 2016 · 1 comment
Labels

Comments

@amircs
Copy link
Member

amircs commented Aug 9, 2016

How can we make sure that we successfully imported the reference file?

The first thing we should check is the size of annotationSet. If the number of annotations is NOT equal to the input file's number of lines (Considering there is no header) then definitely we are missing annotations. This condition is necessary, but not sufficient. A complete solution would be to iterate over all the lines again, and send a search request per each line to the server, and make sure the annotation exists.

@amircs amircs added the question label Aug 9, 2016
@amircs
Copy link
Member Author

amircs commented Aug 12, 2016

Adding the size feature has been filed as an internal issue by Google Genomics. Hopefully, we see this feature in the near future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant