Mercurial > repos > iuc > sra_tools
comparison README.rst @ 0:b723c120161a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
author | iuc |
---|---|
date | Sun, 06 Dec 2015 09:04:37 -0500 |
parents | |
children | 7068f48d0ef9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b723c120161a |
---|---|
1 The Galaxy tool wrappers contained in this tool shed repository rely on software developed by | |
2 the NCBI: http://github.com/ncbi/sra-tools. | |
3 | |
4 NCBI Sequence Read Archive: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. | |
5 Use of SRA Toolkit software herein should comply with the GPL v2 or greater. | |
6 | |
7 Copyright (C) 2013 Matthew Shirley | |
8 | |
9 This program is free software: you can redistribute it and/or modify | |
10 it under the terms of the GNU General Public License as published by | |
11 the Free Software Foundation, either version 2 of the License, or | |
12 (at your option) any later version. | |
13 | |
14 This program is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU General Public License | |
20 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
21 | |
22 # INSTALLATION | |
23 | |
24 This software release was designed to install using the Galaxy toolshed under Linux and MacOS operating systems on Intel x86-compatible 32/64 bit architectures. | |
25 | |
26 *Build Requirements* | |
27 | |
28 - bash | |
29 - make | |
30 - gcc | |
31 - g++ | |
32 - libxml2 | |
33 | |
34 On a Debian OS use: | |
35 | |
36 apt-get install build-essential libxml2-dev | |
37 | |
38 On a Mac with [command line tools](https://developer.apple.com/downloads/index.action) installed: | |
39 | |
40 brew install libxml2 | |
41 | |
42 # Installation of Aspera connect ascp binary | |
43 | |
44 The sra-tools suite is ready to benefit from increased transfer speed and reliability by using Aspera Connect ascp. | |
45 To benefit, download the ascp commandline client, and place ascp and the required ssh keys into a PATH accessible to galaxys job handler. | |
46 | |
47 A convenience package for linux and OS X is available at https://toolshed.g2.bx.psu.edu/view/mvdbeek/package_ascp_3/e109f0ec22c3 . | |
48 It suffices to copy the contents of the $INSTALL_DIR/bin into PATH. | |
49 | |
50 Alternatively go to http://downloads.asperasoft.com/connect2/ . | |
51 | |
52 Aspera connect is not provided by the IUC due to its closed-source nature. | |
53 | |
54 # Firewall settings for highspeed transfer | |
55 | |
56 To benefit from increased transfer speeds using ascp3 your local firewall must permit UDP data transfer in both | |
57 directions on ports 33001-33009 for the following IP ranges: | |
58 | |
59 130.14.*.* | |
60 | |
61 165.112.*.* | |
62 | |
63 The firewall must also allow ssh traffic outbound to NCBI. | |
64 The wrapper will fall back to http download if these requirements are not met. | |
65 | |
66 CONTROLLED-ACCESS DATA | |
67 | |
68 Encrypted, controlled-access data is not supported. |