You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 45, GA4GHDataSource-test looks for: expect(reads).to.have.length(1);
When the test file it is fetching from actually has 2 reads within the 10-20 bp range.
The text was updated successfully, but these errors were encountered:
akmorrow13
changed the title
GA4GHDataSource-test is tests for incorrect number of return reads
GA4GHDataSource-test tests for incorrect number of return reads
Jul 27, 2017
On line 45, GA4GHDataSource-test looks for:
expect(reads).to.have.length(1);
When the test file it is fetching from actually has 2 reads within the 10-20 bp range.
The text was updated successfully, but these errors were encountered: