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

Bioconda version crashing #5

Open
apredeus opened this issue Aug 6, 2018 · 1 comment
Open

Bioconda version crashing #5

apredeus opened this issue Aug 6, 2018 · 1 comment

Comments

@apredeus
Copy link

apredeus commented Aug 6, 2018

Hello Ryan,

I'm getting the same error with both the latest Bioconda version of Rebaler and the cloned latest version from repository. This is the part of the log where it crashes. Any suggestions? Thank you in advance!

Loading reads... 119,222 reads
Aligning reads to reference with minimap2... 112,226 initial alignments
105.46x depth
Culling alignments to a non-redundant set... 710 alignments remain

Constructing unpolished assembly:

contig_1:
Traceback (most recent call last):
File "/pub37/alexp/Rebaler/rebaler-runner.py", line 9, in
main()
File "/pub37/alexp/Rebaler/rebaler/rebaler.py", line 74, in main
print_partitions(ref_names, partitions, nicknames, ref_seqs)
File "/pub37/alexp/Rebaler/rebaler/rebaler.py", line 261, in print_partitions
ref_seqs[name])
File "/pub37/alexp/Rebaler/rebaler/alignment.py", line 108, in get_read_seq_by_ref_coords
if ref_seq[ref_pos] == self.read_seq[read_pos]:
IndexError: string index out of range

@rrwick
Copy link
Owner

rrwick commented Sep 11, 2018

Hi Alex,

I'm not certain, but this may be due to a mismatch with Racon versions. The current version of Rebaler requires a current version of Racon (1.0+, I think) because the usage is different from older versions.

If you have a current version of both Rebaler and Racon and still see the error, let me know!

Ryan

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

2 participants