Mercurial > repos > pjbriggs > trimmomatic
changeset 6:b9415df5fc32 draft
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
| author | pjbriggs | 
|---|---|
| date | Fri, 16 Dec 2016 11:27:36 -0500 | 
| parents | b0315888eb4d | 
| children | 77dd0fe954c5 | 
| files | README.rst trimmomatic.xml | 
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/README.rst Fri Dec 09 12:17:15 2016 -0500 +++ b/README.rst Fri Dec 16 11:27:36 2016 -0500 @@ -58,6 +58,8 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +0.36.1 - Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version + is still supported for now). 0.36.0 - Update to Trimmomatic 0.36. 0.32.4 - Add support for ``AVGQUAL`` and ``MAXINFO`` operations. 0.32.3 - Add support for FASTQ R1/R2 pairs using dataset collections (input
--- a/trimmomatic.xml Fri Dec 09 12:17:15 2016 -0500 +++ b/trimmomatic.xml Fri Dec 16 11:27:36 2016 -0500 @@ -1,4 +1,4 @@ -<tool id="trimmomatic" name="Trimmomatic" version="0.36.0"> +<tool id="trimmomatic" name="Trimmomatic" version="0.36.1"> <description>flexible read trimming tool for Illumina NGS data</description> <macros> <import>trimmomatic_macros.xml</import>
