Mercurial > repos > mheinzl > fsd
changeset 7:43b16247c35a draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit 0641c8994fa786f303f6546d88ce24f15504d9b0
author | mheinzl |
---|---|
date | Wed, 09 May 2018 09:24:18 -0400 |
parents | c4b8222dce29 |
children | 7d5c86d59850 |
files | fsd.py fsd.xml |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fsd.py Wed May 09 09:20:06 2018 -0400 +++ b/fsd.py Wed May 09 09:24:18 2018 -0400 @@ -86,6 +86,8 @@ fig = plt.figure() plt.subplots_adjust(bottom=0.25) if firstFile != str(None): + print(firstFile) + file1 = readFileReferenceFree(firstFile) integers = numpy.array(file1[:, 0]).astype(int) ## keep original family sizes
--- a/fsd.xml Wed May 09 09:20:06 2018 -0400 +++ b/fsd.xml Wed May 09 09:24:18 2018 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- galaxy version 16.04 --> -<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.7"> +<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.8"> <description>Family size distribution (FSD) of tags</description> <requirements> <requirement type="package" version="1.4">matplotlib</requirement>