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

Gsm to gse fix #128

Closed DevangThakkar closed 3 years ago

DevangThakkar commented 3 years ago

Fixes Issue #127

codecov[bot] commented 3 years ago

Codecov Report

Merging #128 (8b14542) into master (f647ef0) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   57.32%   57.35%   +0.03%     
==========================================
  Files           7        7              
  Lines        1713     1719       +6     
==========================================
+ Hits          982      986       +4     
- Misses        731      733       +2     
Impacted Files Coverage Δ
pysradb/sraweb.py 82.93% <100.00%> (-0.03%) :arrow_down:
pysradb/download.py 22.22% <0.00%> (-0.28%) :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 f647ef0...8b14542. Read the comment docs.

saketkc commented 3 years ago

Thanks for your contribution @DevangThakkar!