Mercurial > repos > mheinzl > hd
changeset 4:ceb3a9b4bef5 draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 61a78acfd6dc00ec3bb7f5550f4f81875c164907
author | mheinzl |
---|---|
date | Tue, 15 May 2018 10:47:06 -0400 |
parents | 82eaf30dd089 |
children | 445442a6aeb0 |
files | hd.py hd.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hd.py Tue May 15 10:43:32 2018 -0400 +++ b/hd.py Tue May 15 10:47:06 2018 -0400 @@ -805,7 +805,7 @@ # HD analysis for chimeric reads proc_pool_b = Pool(nproc) - print(chunk_sample) + print(chunks_sample) print(result2) print(data_array) diff_list_a = proc_pool_b.map(partial(hamming_difference, array2=result2, mate_b=False), chunks_sample)
--- a/hd.xml Tue May 15 10:43:32 2018 -0400 +++ b/hd.xml Tue May 15 10:47:06 2018 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.4"> +<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.5"> <requirements> <requirement type="package" version="2.7">python</requirement> <requirement type="package" version="1.4">matplotlib</requirement>