changeset 2:7864d0421273 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/repenrich commit d5ebd581fa3a22ca61ce07a31c01bb70610fbcf5
author drosofff
date Tue, 23 May 2017 18:37:56 -0400
parents fa1e919fafed
children 89968ee4bf95
files repenrich.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/repenrich.xml	Tue May 23 09:04:16 2017 -0400
+++ b/repenrich.xml	Tue May 23 18:37:56 2017 -0400
@@ -1,10 +1,10 @@
-<tool id="repenrich" name="RepEnrich" version="0.1.0">
+<tool id="repenrich" name="RepEnrich" version="0.2.0">
     <description>Repeat Element Profiling</description>
     <requirements>
-        <requirement type="package" version="0.12.9">bowtie</requirement>
+        <requirement type="package" version="1.2.0">bowtie</requirement>
         <requirement type="package" version="0.1.19">samtools</requirement>
         <requirement type="package" version="2.20.1">bedtools</requirement>
-        <requirement type="package" version="1.66">biopython</requirement>
+        <requirement type="package" version="1.69">biopython</requirement>
     </requirements>
     <stdio>
         <exit_code range="1:" level="fatal" description="Tool exception" />
@@ -129,7 +129,7 @@
 
 .. _GitHub: https://github.com/nskvir/RepEnrich
 
-Python scripts RepEnrich.py and RepEnrich_setup.py have been adapted to python 3 syntax. Note that sorting of Fraction counts, Family fraction counts and Class fraction counts is  different with this Galaxy wrapper or with RepEnrich as found in the `RepEnrich code repository`_. However, this different sorting does not affect subsequent statistical analyses
+Python scripts RepEnrich.py and RepEnrich_setup.py have been adapted to python 3. Note that sorting of Fraction counts, Family fraction counts and Class fraction counts is  different with this Galaxy wrapper or with RepEnrich as found in the `RepEnrich code repository`_. However, this different sorting does not affect subsequent statistical analyses
 
 .. _RepEnrich code repository: https://github.com/nskvir/RepEnrich