shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
75 stars 33 forks source link

Error for ordering step #62

Open clementmo opened 4 years ago

clementmo commented 4 years ago

My Lanchesis is compiled with samtools-0.1.19 and boost_1_54_0. After run for a while, the progress is aborted, with the following error in the log file.

"Loading contig RE lengths for use in normalization <- *****/cached_data/group0.CLM.RE_sites MakeTrunkOrder! min_len_reduced = 15, N_long_contigs = 1229 prim_minimum_spanning_tree (iteration #0, previous trunk_size = 0) terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector >' what(): The graph may not contain an edge with negative weight."

Under the directory out_putfile/cached_data/ , group.CLM, group.CLM.lens and group.CLM.RE_sites have been generated, lacking group.trunk.ordering. Under the directory out_putfile/main_results/, only clusters.by_name.txt and clusters.txt are generated, lacking all the group*.ordering files. What is the problem and how can I solve it? Thank for someone who can provide solutions and suggestions!