Releases: enasequence/ena-ftp-downloader
ENA File Downloader (Command Line)
- Fixed but where after providing a wrong "accession list" file path providing the correct path would not work
- Fixed reporting of successful file downloads count
- Various improvements
ENA File Downloader (Command Line) v1.0.3
- Fixed "null" folder creation for analyses
- Improved aspera console messages
- Case insensitive protocol parameter
Executable: http://ftp.ebi.ac.uk/pub/databases/ena/tools/ena-file-downloader.zip
ENA File Downloader (Command Line) v1.0.2
What's Changed
- reduced download threads to 3. remove duplicate accs. auto retry unti… by @suranjayathilaka in #39
- retain order when parsing accs from file. by @suranjayathilaka in #41
Full Changelog: v1.0.0...v1.0.2
ENA File Downloader (Command Line)
Command line based downloader with
- automatic retries
- detection of already downloaded files
- automatic verification after download
- FTP and Aspera support
- Re-runnable script creation
- provide accessions as a list or a text file
ENA File Downloader
Adds support for optional parameters for doing search queries.
Artifacts:
ena-file-downloader-v1.2.2.jar
Executable jar with dependencies. Requires Oracle JDK 8+ or OpenJDK with openjfx libraries. Double click to run (Windows) or use
java -jar ena-file-downloader-v1.2.2.jar
ena-file-downloader-v1.2.2-with-runtime-windows.rar
Exploded folder with bundled Oracle Java runtime included. Extract and double click the ena-file-downloader-v1.2.2.exe within to run.
ena-file-downloader-v1.2.2-with-runtime.zip
Exploded folder with bundlde Oracle Java runtime included. Extract and double click the ena-file-downloader-v1.2.2 executable within to run.
ena-file-downloader-v1.2.2.rpm, ena-file-downloader-v1.2.2.deb
Installer packages for Linux flavors.
RPM:
yum install ena-file-downloader-v.xxx.rpm
to show where the app is installed: rpm -ql -ena-file-downloader-vxxx
the app usually installs into /opt dir and a shortcut is added to the app menu.
DEB:
dpkg -i ena-file-downloader-v.xxx.deb
to show where the app is installed: dpkg -L ena-file-downloader-vxxx
the app usually installs into /opt dir and a shortcut is added to the app menu.
ENA File Downloader
Executable: ena-file-downloader-v1.2.1.zip
Minor release: Improved warning and error message display in the Results window.
ENA File Downloader
Handling for protected files in the search results or file report.
Includes support for saving files in separate subfolder per accession.
ENA File Downloader
ena-file-downloader-v1.1.1.zip
Error message display in status icon.
Handling of illegal characters in filenames (Only supported by FTP).
Using ENA Portal API for accession search.
ENA File Downloader
Change list:
Search window overhaul.
Support for Aspera downloads.
Warehouse searches.
Accession column in results.
Sundry fixes and improvements.