changeset 13:2921d77df2ee draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit f4eb0a7cd4fd5baaa9afe0c931afb57ac6abc0c1
author mheinzl
date Wed, 23 May 2018 14:56:37 -0400
parents 9033fd840986
children 2a2308390e8f
files fsd.py fsd.xml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fsd.py	Wed May 23 14:52:52 2018 -0400
+++ b/fsd.py	Wed May 23 14:56:37 2018 -0400
@@ -244,6 +244,7 @@
                for n in range(len(label)):
                    output_file.write("{}{}".format(int(counts[0][n][j]), sep))
            #        values_of_fs.append(int(counts[0][n][j]))
+           output_file.write("\n")
            #output_file.write("{}\n".format(sum(values_of_fs)))
            j += 1
        output_file.write("sum{}".format(sep))
--- a/fsd.xml	Wed May 23 14:52:52 2018 -0400
+++ b/fsd.xml	Wed May 23 14:56:37 2018 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- galaxy version 16.04 -->
-<tool id="fsd" name="Duplex Sequencing Analysis: fsd" version="0.0.14">
+<tool id="fsd" name="Duplex Sequencing Analysis: fsd" version="0.0.15">
     <description>Family size distribution (FSD) of tags</description>
     <requirements>
         <requirement type="package" version="2.7">python</requirement>