diff evaluation.py @ 6:869a6e807d76 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CollectResults commit 057c2fd398055dc86eb2c00d8a74f301d5c231d9-dirty
author rnateam
date Wed, 22 Feb 2017 16:51:06 -0500
parents 4310ac018d05
children b5f49453af8c
line wrap: on
line diff
--- a/evaluation.py	Sat Jan 21 17:39:21 2017 -0500
+++ b/evaluation.py	Wed Feb 22 16:51:06 2017 -0500
@@ -20,8 +20,8 @@
     numberOfClusters += 1
     with open(singleFile, "r") as f:
         for line in f.readlines():
-            uniqueId = line.split()[7]
-            clustNum = line.split()[1]
+            uniqueId = line.split()[8]
+            clustNum = line.split()[2]
             rnaClass, sep, tail = uniqueId.partition("_")
             listOfClasses.append(rnaClass)
             listOfClusters.append(clustNum)