annotate README.rst @ 5:069b6b601fad draft default tip

planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 779c2af9e413bd7098662231d07e6b857161f48d
author sanbi-uwc
date Mon, 23 Jan 2017 07:53:06 -0500
parents 642a39a927c9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
1 Trimmomatic: flexible read trimming tool for Illumina NGS data
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
2 ==============================================================
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
3
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
4 Galaxy tool wrapper for the Trimmomatic program, which provides various functions for
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
5 manipluating Illumina FASTQ files (both single and paired-end).
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
6
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
7 Trimmomatic has been developed within Bjorn Usadel's group at RWTH Aachen university
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
8 http://www.usadellab.org/cms/index.php?page=trimmomatic
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
9
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
10 The reference for Trimmomatic is:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
11
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
12 - Bolger, A.M., Lohse, M., & Usadel, B. (2014). Trimmomatic: A flexible trimmer
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
13 for Illumina Sequence Data. Bioinformatics, btu170.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
14
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
15 Automated installation
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
16 ======================
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
17
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
18 Installation via the Galaxy Tool Shed will take care of installing the tool wrapper
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
19 and the trimmomatic program and data, and setting the appropriate environment
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
20 variables.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
21
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
22 Manual Installation
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
23 ===================
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
24
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
25 There are two files to install:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
26
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
27 - ``trimmomatic.xml`` (the Galaxy tool definition)
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
28 - ``trimmomatic.sh`` (the shell script wrapper)
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
29
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
30 The suggested location is in a ``tools/trimmomatic/`` folder. You will then
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
31 need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the tool
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
32 by adding the line:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
33
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
34 <tool file="trimmomatic/trimmomatic.xml" />
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
35
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
36 You will also need to install trimmomatic 0.36:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
37
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
38 - http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.36.zip
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
39
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
40 The tool wrapper uses the following environment variables in order to find the
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
41 appropriate files:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
42
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
43 - ``TRIMMOMATIC_DIR`` should point to the directory holding the
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
44 ``trimmomatic-0.36.jar`` file
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
45 - ``TRIMMOMATIC_ADAPTERS_DIR`` should point to the directory holding the adapter
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
46 sequence files (used by the ``ILLUMINACLIP`` option).
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
47
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
48 If you want to run the functional tests, copy the sample test files under
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
49 sample test files under Galaxy's ``test-data/`` directory. Then:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
50
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
51 ./run_tests.sh -id trimmomatic
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
52
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
53 You will need to have set the environment variables above.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
54
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
55 History
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
56 =======
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
57
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
58 ========== ======================================================================
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
59 Version Changes
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
60 ---------- ----------------------------------------------------------------------
4
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents: 0
diff changeset
61 0.36.1 - Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents: 0
diff changeset
62 is still supported for now).
0
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
63 0.36.0 - Update to Trimmomatic 0.36.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
64 0.32.4 - Add support for ``AVGQUAL`` and ``MAXINFO`` operations.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
65 0.32.3 - Add support for FASTQ R1/R2 pairs using dataset collections (input
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
66 can be dataset collection, in which case tool also outputs dataset
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
67 collections) and improve order and naming of output files.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
68 0.32.2 - Use ``GALAXY_SLOTS`` to set the appropriate number of threads to use
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
69 at runtime (default is 6).
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
70 0.32.1 - Remove ``trimmomatic_adapters.loc.sample`` and hard-code adapter files
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
71 into the XML wrapper.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
72 0.32.0 - Add tool_dependencies.xml to install Trimmomatic 0.32 automatically and
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
73 set the environment.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
74 - Update tool versioning to use Trimmomatic version number (i.e. ``0.32``)
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
75 with tool iteration appended (i.e. ``.1``).
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
76 0.0.4 - Specify '-threads 6' in <command> section.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
77 0.0.3 - Added MINLEN, LEADING, TRAILING, CROP and HEADCROP options of trimmomatic.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
78 0.0.2 - Updated ILLUMINACLIP option to use standard adapter sequences (requires
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
79 the trimmomatic_adapters.loc file; sample version is supplied) plus
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
80 cosmetic updates to wording and help text for some options.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
81 0.0.1 - Initial version
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
82 ========== ======================================================================
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
83
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
84
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
85 Developers
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
86 ==========
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
87
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
88 This tool is developed on the following GitHub repository:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
89 https://github.com/fls-bioinformatics-core/galaxy-tools/tree/master/trimmomatic
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
90
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
91 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball I use
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
92 the ``package_trimmomatic.sh`` script.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
93
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
94
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
95 Licence (MIT)
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
96 =============
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
97
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
98 Permission is hereby granted, free of charge, to any person obtaining a copy
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
99 of this software and associated documentation files (the "Software"), to deal
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
100 in the Software without restriction, including without limitation the rights
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
101 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
102 copies of the Software, and to permit persons to whom the Software is
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
103 furnished to do so, subject to the following conditions:
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
104
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
105 The above copyright notice and this permission notice shall be included in
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
106 all copies or substantial portions of the Software.
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
107
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
108 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
109 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
110 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
111 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
112 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
113 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
d8975856862e planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
sanbi-uwc
parents:
diff changeset
114 THE SOFTWARE.