Closed adamovanja closed 2 years ago
Merging #133 (fe8ff5b) into main (89a59dd) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #133 +/- ##
==========================================
+ Coverage 95.62% 95.63% +0.01%
==========================================
Files 15 15
Lines 1165 1168 +3
Branches 216 216
==========================================
+ Hits 1114 1117 +3
Misses 26 26
Partials 25 25
Impacted Files | Coverage Δ | |
---|---|---|
q2_fondue/scraper.py | 98.70% <100.00%> (+0.02%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 89a59dd...fe8ff5b. Read the comment docs.
This PR resolves cases where accession IDs were not correctly scraped from publications due to the presence of whitespace characters in the middle of the accession ID sequence.
Testing
Try and scrape a collection with one of these two publications within: 10.3389/fmicb.2018.02755, 10.1186/s40168-015-0089-2
The former implementation would have returned:
invalid literal for int() with base 10: 'SRP1'
ERP00191
for scraping 10.1186/s40168-015-0089-2With the changes the following output should be obtained in
study_ids.qza
: