Skip to content

Releases: sanger-pathogens/Bio-ENA-DataSubmission

Update endpoints

01 Sep 12:29
add2fb7
Compare
Choose a tag to compare

URLs has to be updated as API endpoints are now deprecated on ENA

Manifest validation checks all rows

02 Jun 16:57
f485b29
Compare
Choose a tag to compare

From v1.0.8, when a manifest was validated, if the was an error then all following tests would be skipped, except the missing accession number check. This usually manifested itself as an error report with only a single error being reported.

In this release all rows are checked. If there is a missing accession number on a row, then no further checks are done for that row.

This release also includes a Dockerfile, but this is for testing only and not for production. The travis CI now runs the tests.

1.0.8

10 Jul 09:09
bdc14ad
Compare
Choose a tag to compare

Minor release
Added a script to extract ERZ accessions. These are needed when raising issues with ENA about a submission that has not have had an accession, or to get explanation about an error.

v1.0.7: Merge pull request #96 from sanger-pathogens/RT662384_minor_error_fixing

04 Jul 08:27
fdfb436
Compare
Choose a tag to compare

v1.0.4: Merge pull request #92 from sanger-pathogens/RT655382_run_in_container

19 Jun 17:24
0e94973
Compare
Choose a tag to compare
RT655382: moved dzil pre requisite in the dist.ini file, rather than …