changeset 9:5800e3acb06d draft

planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
author mheinzl
date Thu, 04 Feb 2021 08:57:57 +0000
parents ced1a529e7cd
children e18c5293aac7
files mut2read.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mut2read.py	Thu Feb 04 08:55:35 2021 +0000
+++ b/mut2read.py	Thu Feb 04 08:57:57 2021 +0000
@@ -78,6 +78,7 @@
             alt = variant.ALT[0]
         else:
             alt = variant.ALT
+        print(alt)
         chrom_stop_pos = str(chrom) + "#" + str(stop_pos) + "#" + ref + "#" + alt