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