diff RepEnrich.py @ 10:6f4143893463 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/repenrich commit e3881f05134c6f50889d0376d27e1c232251f8b3
author artbio
date Tue, 05 Feb 2019 17:20:55 -0500
parents d1f7ab78f7b5
children 89e05f831259
line wrap: on
line diff
--- a/RepEnrich.py	Tue Dec 11 12:50:46 2018 -0500
+++ b/RepEnrich.py	Tue Feb 05 17:20:55 2019 -0500
@@ -400,8 +400,8 @@
 repcounts = {}
 repcounts['other'] = 0
 for key in counts.keys():
-        convert(key)
-        repcounts[repname] = counts[key]
+    convert(key)
+    repcounts[repname] = counts[key]
 # building the total counts for class enrichment...
 for key in reptotalcounts.keys():
     classtotalcounts[repeatclass[key]] += reptotalcounts[key]