Closed sanalbert closed 8 months ago
Hi! I am encountering the same issue as described here. Did you happen to find a solution?
Kind regards
Most likely the issue is in the bed file, if it wasn't generated using the recommended pipeline for SALSA it might have incorrect formatting that the code didn't expect. In the snipet above at least, there are no links to use, all the reads /1 and /2 are in the same tig and mostly only the /1 or /2 for a read is present not both pairs. However, we're not actively maintaining SALSA so using YAHS is a reasonable option.
As I commented in issue #177 the implied links will always be 0 so that alone is not an indication of HiC links being missing. The size of the contig_links_scaled_iteration_*
files is. However, I still suspect the bed file here is the issue.
Hi, thank you so much for the great tool!
When I run salsa with my contigs file and alignment bam file, this is what I see, and result in the same number of scaffolds as in the original contigs file.
Hybrid scaffold graph loaded, nodes = 0 edges = 0
is particularly of concern.Apparently Hi-C links are not loading from my bedfile. But last I checked the mapping went well with pairs well formed. May there be a problem with the bedfile I am using?
Here are the first few lines of my bedfile:
Thanks for all your support!