ornl-oxford / genben

Benchmarking of software frameworks, and systems for storage and compute over large-scale genomic data.
MIT License
2 stars 3 forks source link

Implement FTP Downloading via Setup Command #27

Closed eauel closed 6 years ago

eauel commented 6 years ago

This PR implements FTP downloading via the "setup" command when running the genomics-benchmark tool. It utilizes the user's config file to specify what file(s) to download from a remote FTP server. Additionally, the user can enable a recursive mode, where the program will download all files within a directory on the server.

Resolves Issues: #6, and unit tests for FTP download checking utilize the remote files in #24.