diff Datatype.py @ 23:2677f1899aa8 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 07210e24fe7d22f5dfc84061310280f67f781fb1-dirty
author yating-l
date Tue, 09 May 2017 15:42:43 -0400
parents 884ee2a71680
children df42241d3731
line wrap: on
line diff
--- a/Datatype.py	Wed Apr 12 17:03:51 2017 -0400
+++ b/Datatype.py	Tue May 09 15:42:43 2017 -0400
@@ -66,7 +66,7 @@
     # TODO: Rename for PEP8
     def getShortName( self, name_to_shortify ):
         # Slice to get from Long label the short label
-        short_label_slice = slice(0, 15)
+        short_label_slice = slice(0, 17)
 
         return name_to_shortify[short_label_slice]