Previous changeset 12:51b771646466 (2018-12-17) Next changeset 14:d94aff5ee623 (2020-03-26) |
Commit message:
Updated to Trimmomatic 0.38. |
modified:
README.rst trimmomatic.xml |
b |
diff -r 51b771646466 -r 898b67846b47 README.rst --- a/README.rst Mon Dec 17 04:39:08 2018 -0500 +++ b/README.rst Mon Jul 08 07:09:10 2019 -0400 |
b |
@@ -71,6 +71,7 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +0.38.0 - Update to Trimmomatic 0.38. 0.36.6 - Added trimlog and log outputs; add support for ``fastqillumina`` and ``fastqsolexa`` input types 0.36.5 - Remove tool_dependencies.xml and always use conda to resolve tool |
b |
diff -r 51b771646466 -r 898b67846b47 trimmomatic.xml --- a/trimmomatic.xml Mon Dec 17 04:39:08 2018 -0500 +++ b/trimmomatic.xml Mon Jul 08 07:09:10 2019 -0400 |
[ |
@@ -1,10 +1,10 @@ -<tool id="trimmomatic" name="Trimmomatic" version="0.36.6"> +<tool id="trimmomatic" name="Trimmomatic" version="0.38.0"> <description>flexible read trimming tool for Illumina NGS data</description> <macros> <import>trimmomatic_macros.xml</import> </macros> <requirements> - <requirement type="package" version="0.36">trimmomatic</requirement> + <requirement type="package" version="0.38">trimmomatic</requirement> </requirements> <command detect_errors="aggressive"><![CDATA[ @CONDA_TRIMMOMATIC_JAR_PATH@ && |