saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
307 stars 50 forks source link

Do not exit on no search hits #149

Closed saketkc closed 2 years ago

saketkc commented 2 years ago

Fixes #148

codecov[bot] commented 2 years ago

Codecov Report

Merging #149 (b03b201) into master (709219d) will increase coverage by 0.86%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   57.27%   58.13%   +0.86%     
==========================================
  Files           8        8              
  Lines        1781     1782       +1     
==========================================
+ Hits         1020     1036      +16     
+ Misses        761      746      -15     
Impacted Files Coverage Δ
pysradb/sraweb.py 81.94% <0.00%> (+3.17%) :arrow_up:
pysradb/__init__.py 100.00% <100.00%> (ø)
pysradb/download.py 28.39% <0.00%> (-0.36%) :arrow_down:

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 709219d...b03b201. Read the comment docs.