-
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
misassembly correction #7
Comments
To be clear, did you run the misassembly correction before?
…On Thu, Jan 10, 2019 at 9:42 AM yongyiyu ***@***.***> wrote:
Hi Fidel,
I have created a corrected Hi-C matrix in h5 format by HiCExporer,now an
assertion error killed the assembly while using the HiCAssembler.
" Traceback (most recent call last):
File
"/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line
312, in
main(args)
File
"/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line
308, in main
chain_file=args.outFolder + "/liftover.chain")
File
"/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line
218, in save_fasta
assert(next_contig['start'] - end >= 0)
AssertionError "
I'm a little confused while checking the code of assemble. The misassembly
correction of my data mybe like the overlap of data. As the principle you
described , "this means that a contig was split by the misassembly
correction but was later joined together", the overlap of data isn't be
considered , and I think this kind of misassembly correction shouldn't be
joined.
Best regards,
yongyi
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AEu_1QdLKFcXF00UfRhKKNQ4bpceV_bXks5vBvzdgaJpZM4Z5Blu>
.
|
Hi Fidel, “hicBuildMatrix --samFiles L3-8_Lib1_Lane1_genome.reads1.bam \ “hicCorrectMatrix correct -m hic_matrix.h5 -t -1.2 5 -o hic_corrected_matrix.h5” “assemble -f genome.fa -m hic_corrected_matrix.h5 -o ./assembly_output yongyi |
Hi yongyi, I got the same error, how did you solve it? @yongyiyu Thanks a lot! |
Hi Fidel,
I have created a corrected Hi-C matrix in h5 format by HiCExporer,now an assertion error killed the assembly while using the HiCAssembler.
" Traceback (most recent call last):
File "/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line 312, in
main(args)
File "/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line 308, in main
chain_file=args.outFolder + "/liftover.chain")
File "/annoroad/data1/bioinfo/PMO/yangweifei/Hicassemble/py2/bin/assemble", line 218, in save_fasta
assert(next_contig['start'] - end >= 0)
AssertionError "
I'm a little confused while checking the code of assemble. The misassembly correction of my data mybe like the overlap of data. As the principle you described , "this means that a contig was split by the misassembly correction but was later joined together", the overlap of data isn't be considered , and I think this kind of misassembly correction shouldn't be joined.
Best regards,
yongyi
The text was updated successfully, but these errors were encountered: