-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
For some reason the coordinates of a contig are not correct. How are you
calling hicassembler?
…On Tue, Mar 12, 2019 at 4:25 PM Xin Wang ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AEu_1fQfa1b9AeqoBBdtfM6Bgjcbld6zks5vV8cBgaJpZM4brKdY>
.
|
@fidelram |
I encountered the same issue. |
I got the same error. Hi fidel, how can I fix it? @fidelram Thanks for your help. |
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
The text was updated successfully, but these errors were encountered: