Closed zjzace closed 6 years ago
Hi,
I think at least @whc2 and me have the same issue. I hope that my config and error files can ease to identify the faulting parameter or code.
Briefly, my error was "Failure in generate_haplotigs_for_ctg((u'000..."
[INFO 2018-07-13 15:14:13] Loading the alignments.
[INFO 2018-07-13 15:14:13] Reorienting haplotigs.
[INFO 2018-07-13 15:14:13] - qname = 000559F-HAP8361-000559F.1000001.0
[INFO 2018-07-13 15:14:13]
[INFO 2018-07-13 15:14:13] start = (1, 426), end = (4195, 4618)
[INFO 2018-07-13 15:14:13] start = (4195, 4618), end = (24737, 25049)
[INFO 2018-07-13 15:14:13] pos_of_interest for q_name: 000559F-HAP8361-000559F.1000001.0
[INFO 2018-07-13 15:14:13] ((1, 426), (4195, 4618), '000559F-HAP8361-000559F.1000001.0', 26729, '000559F', 44892, ('000559F', 1000001, 0))
[INFO 2018-07-13 15:14:13] ((4195, 4618), (24737, 25049), '000559F-HAP8361-000559F.1000001.0', 26729, '000559F', 44892, ('000559F', 1000001, 0))
[INFO 2018-07-13 15:14:13]
[ERROR 2018-07-13 15:14:13] Failure in generate_haplotigs_for_ctg((u'000559F', u'/dfs1/bio/pmgonza1/mnark/output/falcon/run2/3-unzip/0-phasing/000559F/uow-00/proto', './uow-000559F', u'../../..'))
Traceback (most recent call last):
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/mains/graphs_to_h_tigs_2.py", line 76, in run_generate_haplotigs_for_ctg
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/mains/graphs_to_h_tigs_2.py", line 221, in generate_haplotigs_for_ctg
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/mains/graphs_to_h_tigs_2.py", line 483, in fragment_haplotigs
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/mains/graphs_to_h_tigs_2.py", line 535, in fragment_single_haplotig
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/proto/tiling_path.py", line 165, in convert_split_lines_to_tiling_path
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/proto/tiling_path.py", line 38, in __init__
AssertionError
Like @whc2, I have tried to solve this as suggested in the troubleshooting guide but without success. Jobs of other chunks have finished succesfully, although this was more narrowly defined by @whc2.
Best regards.
all.log.txt chunk_000559F.pwatcher.dir.stderr.txt chunk_000559F.pwatcher.dir.stdout.txt sge_fc_unzip.cfg.txt
Many thanks for your response @pgonzale60. I have tried to use the previous version to redo the assembly. Luckily, the assembly was finished with no error reported.
This is fixed in the latest binary release.
Hello everyone!
I assembled a genome with 890Mb genome size using falcon and falcon_unzip. However, falcon_unzip always fails at 7 chunk_000***F in 3-unzip/2-htigs. The log file suggest it failed at "generate_haplotigs_for_ctg".
Here is my falcon_unzip configuration:
And following is the stderr:
Can anyone help me out? Mnay thanks.