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

AssertionError #11

Open
xinwang-bio opened this issue Mar 12, 2019 · 4 comments
Open

AssertionError #11

xinwang-bio opened this issue Mar 12, 2019 · 4 comments

Comments

@xinwang-bio
Copy link

Hi
When I run the HiCAssembler, I got an error like below. How can I fix it ?

Traceback (most recent call last):
File "/home/xw/sofware/HiC/bin/assemble", line 312, in
main(args)
File "/home/xw/sofware/HiC/bin/assemble", line 308, in main
chain_file=args.outFolder + "/liftover.chain")
File "/home/xw/sofware/HiC/bin/assemble", line 218, in save_fasta
assert(next_contig['start'] - end >= 0)
AssertionError

@fidelram
Copy link
Contributor

fidelram commented Mar 12, 2019 via email

@xinwang-bio
Copy link
Author

@fidelram
command is below:
assemble -m ctg_10kb_corrected.h5 -o ctg_10kb_corrected_default -f ctg_ident_0.99_cov_0.97_pilon.fasta

@ItokawaK
Copy link

ItokawaK commented Jan 10, 2020

I encountered the same issue.
I commented out the lines including assert() function, and then the run finished normally.
The obtained result looked fine at a glance, but I wonder whether there is any serious problem with this override.

@xuxiaoman0212
Copy link

I got the same error.

Hi fidel, how can I fix it? @fidelram

Thanks for your help.

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

4 participants