You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 31, in anno
pos =int(line[1]) - 1
ValueError: invalid literal for int() with base 10: 'Start'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "Mrbam.py", line 86, in <module>
anno(o)
File "/home/rico/Downloads/MrBam-master/MrBam/anno.py", line 33, in anno
raise Exception("vcf header should be expluded", o.query)
Exception: ('vcf header should be expluded', '/home/rico/Downloads/TagSequencing.snp.hg19_multianno.txt')
The text was updated successfully, but these errors were encountered:
I have some issue when running MrBam.
The text was updated successfully, but these errors were encountered: