changeset 3:82eaf30dd089 draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 5e42600b728963d8559753e8c82845372d9dc3cc
author mheinzl
date Tue, 15 May 2018 10:43:32 -0400
parents 316fbf91dd12
children ceb3a9b4bef5
files hd.py hd.xml
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hd.py	Tue May 15 10:36:34 2018 -0400
+++ b/hd.py	Tue May 15 10:43:32 2018 -0400
@@ -805,6 +805,9 @@
 
             # HD analysis for chimeric reads
             proc_pool_b = Pool(nproc)
+            print(chunk_sample)
+            print(result2)
+            print(data_array)
             diff_list_a = proc_pool_b.map(partial(hamming_difference, array2=result2, mate_b=False), chunks_sample)
             diff_list_b = proc_pool_b.map(partial(hamming_difference, array2=result2, mate_b=True), chunks_sample)
             proc_pool_b.close()
--- a/hd.xml	Tue May 15 10:36:34 2018 -0400
+++ b/hd.xml	Tue May 15 10:43:32 2018 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.3">
+<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.4">
     <requirements>
         <requirement type="package" version="2.7">python</requirement>
         <requirement type="package" version="1.4">matplotlib</requirement>