ppx v.1.2.0
Connections made with ppx should be significantly more robust with this update.
Added
- New
timeout
parameter for most functions and classes. This specifies the
maximum amount of time to wait for a response from the server.
Changed
- The backend for MassIVE now uses the GNPS API to list files and projects,
only falling back to scraping the FTP server on failure. This should make
it much faster. Thanks @mwang87! - Files and projects are now returned in sorted order.
Fixed
- Poor connections with PRIDE were leading to a number of occasional errors.
Multiple reconnect attempts are now tried for a wider variety of FTP
operations.