diff range2tag.py @ 2:7d4ec8f51253 draft

planemo upload for repository https://github.com/gpovysil/galaxy/tools/range2tag commit 24aafe8e14a7e61886d9361efe9fbf5ea59c4294
author gpovysil
date Wed, 16 May 2018 09:26:43 -0400
parents 0b486eaca66e
children e66e151e07ab
line wrap: on
line diff
--- a/range2tag.py	Wed May 16 07:26:44 2018 -0400
+++ b/range2tag.py	Wed May 16 09:26:43 2018 -0400
@@ -85,6 +85,7 @@
         mut_tags = None
         for t in range(0, len(tags)):
             c_split = re.split('([A-Z])', cigar[t])
+            print(c_split)
             cigar_long = None
 
             for i in range(1, len(c_split), 2):