changeset 32:b432cfa895ee draft default tip

planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/hd commit 033dd7b750f68e8aa68f327d7d72bd311ddbee4e-dirty
author mheinzl
date Mon, 19 Aug 2019 15:12:10 -0400
parents 8beced3064e3
children
files hd.py hd.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hd.py	Wed Aug 14 03:49:32 2019 -0400
+++ b/hd.py	Mon Aug 19 15:12:10 2019 -0400
@@ -1140,7 +1140,7 @@
                 sample_half_b = tag1[len(tag1) / 2:len(tag1)]
 
                 max_tags = data_chimeraAnalysis[i, 1]
-                if len(max_tags) > 1 and len(max_tags) !=  len(data_chimeraAnalysis[0, 1]) and type(max_tags) is not numpy.ndarray :
+                if len(max_tags) > 1 and len(max_tags) != len(data_array[0, 1]) and type(max_tags) is not numpy.ndarray:
                     max_tags = numpy.concatenate(max_tags)
                 max_tags = numpy.unique(max_tags)
                 stat_maxTags.append(len(max_tags))
--- a/hd.xml	Wed Aug 14 03:49:32 2019 -0400
+++ b/hd.xml	Mon Aug 19 15:12:10 2019 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tool id="hd" name="HD:" version="1.0.3">
+<tool id="hd" name="HD:" version="1.0.4">
     <description>hamming distance analysis of duplex tags</description>
     <requirements>
         <requirement type="package" version="2.7">python</requirement>