Mercurial > repos > mvdbeek > sra_tools
comparison README.txt @ 0:9f74a22d2060 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sra-tools commit 70fadb7e8972b1db550d0e067584930ce1ec8673-dirty
author | mvdbeek |
---|---|
date | Wed, 04 Nov 2015 06:57:32 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9f74a22d2060 |
---|---|
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. |