Mercurial > repos > matt-shirley > ncbi_sra_toolkit
comparison README.txt @ 2:293927a46697
Move from test tool shed
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Wed, 25 Sep 2013 21:08:40 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:da2dbe22f80b | 2:293927a46697 |
---|---|
1 The Galaxy tool wrappers contained in this tool shed repository rely on software developed by | |
2 the NCBI Sequence Read Archive: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. | |
3 Use of SRA Toolkit software herin should comply with the GPL v2 or greater. | |
4 | |
5 Copyright (C) 2013 Matthew Shirley | |
6 | |
7 This program is free software: you can redistribute it and/or modify | |
8 it under the terms of the GNU General Public License as published by | |
9 the Free Software Foundation, either version 2 of the License, or | |
10 (at your option) any later version. | |
11 | |
12 This program is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU General Public License | |
18 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | |
20 INSTALLATION | |
21 | |
22 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures. | |
23 | |
24 Build Requirements: | |
25 ar | |
26 bash | |
27 make | |
28 gcc, g++ | |
29 libxml2 | |
30 libcurl4 | |
31 zlib | |
32 | |
33 On a debian based Linux OS use: | |
34 | |
35 apt-get install build-essential libxml2-dev libcurl4-openssl-dev zlib-dev | |
36 | |
37 CONTROLLED-ACCESS DATA | |
38 | |
39 Encrypted, controlled-access data is not supported in this version of the SRA Toolkit Galaxy tool shed. |