diff range2tag.py @ 4:e2ccee720583 draft

planemo upload for repository https://github.com/gpovysil/galaxy/tools/range2tag commit a7152b199688c32e1668c1b080efa7b7003b9fb3
author gpovysil
date Wed, 16 May 2018 09:43:08 -0400
parents e66e151e07ab
children
line wrap: on
line diff
--- a/range2tag.py	Wed May 16 09:33:29 2018 -0400
+++ b/range2tag.py	Wed May 16 09:43:08 2018 -0400
@@ -83,7 +83,6 @@
         for t in range(0, len(tags)):
             if cigar[t] != "*":
                 c_split = re.split('([A-Z])', cigar[t])
-                print(c_split)
                 cigar_long = None
 
                 for i in range(1, len(c_split), 2):