Mercurial > repos > mheinzl > hd
changeset 17:4a30328b1af9 draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit f630134f13198a6899ab2cd94ce4586eab39590d
author | mheinzl |
---|---|
date | Wed, 23 May 2018 14:41:47 -0400 |
parents | ea67840d0514 |
children | a8581bf627fd |
files | hd.py hd.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hd.py Wed May 23 14:31:48 2018 -0400 +++ b/hd.py Wed May 23 14:41:47 2018 -0400 @@ -906,7 +906,7 @@ ########################## Plot HD within tags ######################################################## ###################################################################################################################### # plotHDwithinSeq_Sum2(HDhalf1, HDhalf2, minHDs, pdf=pdf, lenTags=lenTags, title_file1=name_file) - plotHDwithinSeq_Sum2(HDhalf1, HDhalf1min,HDhalf2, HDhalf2min , minHDs, pdf=pdf, lenTags=lenTags, title_file1=name_file) + plotHDwithinSeq_Sum2(HDhalf1, HDhalf1min, HDhalf2min , HDhalf2, minHDs, pdf=pdf, lenTags=lenTags, title_file1=name_file) ########################## Plot difference between HD's separated after FSD ####################################
--- a/hd.xml Wed May 23 14:31:48 2018 -0400 +++ b/hd.xml Wed May 23 14:41:47 2018 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="hd" name="Duplex Sequencing Analysis: hd" version="0.0.17"> +<tool id="hd" name="Duplex Sequencing Analysis: hd" version="0.0.18"> <requirements> <requirement type="package" version="2.7">python</requirement> <requirement type="package" version="1.4">matplotlib</requirement>