Skip to content

Releases: EBI-Metagenomics/ena-api-handler

Bugfix release

30 Sep 14:44
71e3cfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Bugfix release

18 Jul 16:42
8694cb8

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Allow assembly downloads from ena portal when metagenome fails

13 Jun 12:50
0e28fb8

Choose a tag to compare

  • get_study_assemblies will attempt to fetch from ena portal if the metagenome portal returns an empty result
  • change json decoding to json from requests

Better error handling and samples metadata fields migration

24 May 08:21
10e9d19

Choose a tag to compare

What's Changed

The "sample" fields that changed:

  1. host_scientific_name -> host
  2. environmental_package -> ncbi_reporting_standard

Environmental package was deprecated by the GSC.

ENA Portal API v2.0 migration

02 May 14:46
7fb3e64

Choose a tag to compare

What's Changed

  • Upgrade dep - requests, drop 3.6 in GHA by @mberacochea in #24
  • Switch to api v2 by @KeteSakharova in #25

Full Changelog: v1.2.1...v2.0.0

Extra field for RUNS - status_id

10 Jun 10:29
dd31a7b

Choose a tag to compare

Merge pull request #23 from EBI-Metagenomics/develop

Merge - run_reads status_id field

1.2.0

10 Jun 09:58
281cbcc

Choose a tag to compare

Merge pull request #22 from EBI-Metagenomics/develop

Bump version -> v1.2.0

Version v1.1.0

07 Sep 14:51
a2247bc

Choose a tag to compare

No major changes. Code clean up and dependencies updates for the most part.