Mercurial > repos > yating-l > hubarchivecreator
diff Datatype.py @ 52:c66803bff0cc draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit adc1ac50269e02570e7ce12c732637bdd3f9a547-dirty
author | yating-l |
---|---|
date | Thu, 11 May 2017 17:21:15 -0400 |
parents | 364b8db8de17 |
children | b39dd0b5a166 |
line wrap: on
line diff
--- a/Datatype.py Wed Apr 12 16:51:03 2017 -0400 +++ b/Datatype.py Thu May 11 17:21:15 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]