annotate README @ 2:cac848910bd8

Uploaded
author kevyin
date Fri, 14 Sep 2012 03:17:38 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
1 Copyright (c) 2012, Kenneth Sabir
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
2 All rights reserved.
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
3
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
4 Redistribution and use in source and binary forms, with or without modification, are permitted provided
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
5 that the following conditions are met:
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
6
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
7 - Redistributions of source code must retain the above copyright notice, this list of conditions and
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
8 the following disclaimer.
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
9 - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
10 the following disclaimer in the documentation and/or other materials provided with the distribution.
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
11 - Neither the name of the Garvan Institute nor the names of its contributors may be used to endorse
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
12 or promote products derived from this software without specific prior written permission.
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
13
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
14 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
15 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
16 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
17 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
18 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
19 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
20 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
21
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
22 ##################################################
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
23 INSTALLATION:
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
24 #================================================#
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
25
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
26 Set the number of threads to use by editing:
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
27 fastq_groomer_parallel.xml:
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
28 Modify the last argument in the <command> tag, Default is 8
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
29
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
30 Tested on galaxy-dist -r e6444e7a1685
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
31 This currently depends on the following galaxy_utils python library which should come with the default galaxy install
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
32
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
33 More info:
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
34 from galaxy_utils.sequence.fastq import fastqReader, fastqVerboseErrorReader, fastqAggregator, fastqWriter
cac848910bd8 Uploaded
kevyin
parents:
diff changeset
35 ##################################################