Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list index out of range #8

Open
ken0-1n opened this issue Jan 19, 2016 · 0 comments
Open

list index out of range #8

ken0-1n opened this issue Jan 19, 2016 · 0 comments

Comments

@ken0-1n
Copy link
Contributor

ken0-1n commented Jan 19, 2016

If the 'outputPrefix + ".junction.sort.txt"' is empty in the addPairCoverRegionFromBam() function, then an exception will be thrown.

Traceback (most recent call last):

File "/home/kchiba/.local/bin/GenomonSV", line 67, in
args.func(args)
File "/home/kchiba/.local/lib/python2.7/site-packages/genomonsv/run.py", line 65, in genomonSV_parse
outputPrefix + ".junction.pairCoverage.txt")
File "/home/kchiba/.local/lib/python2.7/site-packages/genomonsv/parseFunction.py", line 414, in addPairCoverRegionFromBam
ID1 = F1[6]
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant