-
Notifications
You must be signed in to change notification settings - Fork 9
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
BED file support #26
Comments
Hi @amvarani, As far as I know, SALSA is currently the only tool that utilizes BED files. There is no widely used aligner for Hi-C/Pore-C data that outputs alignments in BED format. Additionally, the BED files input into SALSA are converted from BAM files. Therefore, we currently do not have the plan to provide support for BED files. Sorry! Best, |
Hello @zengxiaofei Thank you for the quick response. I appreciate the information provided. I'd like to share that other programs, such as YAHS, also utilize the BED format. Additionally, one advantage that BED files have over BAM files is their significantly smaller size, which makes them more efficient for data storage and management. From an infrastructure perspective, adopting BED files could offer a notable advantage when managing large datasets. Furthermore, because BED files are text-based, they are easier to manipulate and inspect compared to the more complex BAM format. Their versatility and ease of use make them beneficial for quick data exploration and downstream analyses. I hope this additional perspective might be useful as you consider future developments. Best wishes and really thanks for the development of this excellent tool HapHic! :) |
Thank you for sharing this valuable information. You have convinced me, and I will make this update when I have time. Best wishes! |
Hi there
Is it possible to implement support for BED files along with BAM and PAIR formats?
Best regards
The text was updated successfully, but these errors were encountered: