# HG changeset patch # User mheinzl # Date 1526395412 14400 # Node ID 82eaf30dd089e5a74d8864a037e9a40c05dee3fa # Parent 316fbf91dd126dcfdcc69bc23e1ed8416d9ab9c6 planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 5e42600b728963d8559753e8c82845372d9dc3cc diff -r 316fbf91dd12 -r 82eaf30dd089 hd.py --- 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() diff -r 316fbf91dd12 -r 82eaf30dd089 hd.xml --- 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 @@ - + python matplotlib