diff small_rna_maps.py @ 5:12c14642e6ac draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/small_rna_maps commit 24a21619d79d83b38cef7f1a7b858c621e4c8449
author artbio
date Sun, 08 Oct 2017 17:56:13 -0400
parents a6b9a081064b
children 1827b74f872b
line wrap: on
line diff
--- a/small_rna_maps.py	Fri Aug 25 12:22:03 2017 -0400
+++ b/small_rna_maps.py	Sun Oct 08 17:56:13 2017 -0400
@@ -186,7 +186,7 @@
     for method, output in zip(methods, outputs):
         F = open(output, 'w')
         if method == 'Size':
-            header = ["Dataset", "Chromosome", "Polarity", method, "Count"]
+            header = ["Dataset", "Chromosome", "Polarity", method, "Counts"]
         else:
             header = ["Dataset", "Chromosome", "Chrom_length", "Coordinate",
                       "Polarity", method]