Name | Modified | Size | Downloads / Week |
---|---|---|---|
bsclient_0.4.1a | 2015-08-28 | ||
bsclient_0.4a | 2015-08-04 | ||
bsclient_0.3.3a | 2015-05-25 | ||
bsclient_0.3a | 2015-03-11 | ||
bsclient_0.2a | 2015-03-10 | ||
bsclient_0.1a | 2014-12-06 | ||
README.md | 2015-08-28 | 1.4 kB | |
Totals: 7 Items | 1.4 kB | 0 |
README
bsclient v0.4.1a
Last updated 2015-08-28
DESCRIPTION
bsclient is a simple FTP-like command-line client for accessing and downloading data from an Illumina BASESPACE account.
LATEST UPDATE
- Fixed a bug resulting in incomplete project/sample listings (set "Limit" query parameter to maximum, previously set to default of 10)
PLATFORM
bsclient is written in Perl. It is developed and tested in a Linux environment and should work with most Linux distributions with the proper modules installed. It has been tested briefly on Windows 8.1 with ActiveState Perl and appears fully functional. It has not been tested on Max OSX, BSD, or other systems - feedback from these users is appreciated.
INSTALLATION
The program is a monolithic script. On Linux, installation should be as simple as installing the necessary dependencies, copying the script to an appropriate location and making it executable. Further details are left as an exercise for the reader.
Dependencies
bsclient makes use of the following non-core modules. Some are fairly common and likely to be installed on most common Linux distros, others may need to be installed prior to using this software.
- Crypt::Blowfish
- Crypt::CBC
- File::HomeDir
- HTTP::Tiny
- JSON
- List::MoreUtils
- Term::ReadKey
USAGE
See the accompanying documentation or bsclient --help
.