Releases: sanger-pathogens/Bio-ENA-DataSubmission
Releases · sanger-pathogens/Bio-ENA-DataSubmission
Update endpoints
URLs has to be updated as API endpoints are now deprecated on ENA
Manifest validation checks all rows
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
v1.0.7: Merge pull request #96 from sanger-pathogens/RT662384_minor_error_fixing
RT662384 Fixing errors when comparing metadata
v1.0.4: Merge pull request #92 from sanger-pathogens/RT655382_run_in_container
RT655382: moved dzil pre requisite in the dist.ini file, rather than …