-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to output FusionCatcher predicted gene fusions in BEDPE format? #225
Comments
Dear Luke, FusionCatcher does not natively support output in BEDPE format. However, you can convert the Script:
|
Dear Luke, I'm not Ndaniel, just a FusionCatcher User ;) Best, Nadine |
Dear Nadine, |
Dear Luke, As a general rule of thumb, the swap size should be (https://help.ubuntu.com/community/SwapFaq): For your current workload, given that the input file is 3.3 GB and you're running processes with 16 cores, I recommend setting the swap space to at least 8-16 GB for optimal performance. Here’s how you can recreate and configure swap space in WSL (based on https://learn.microsoft.com/en-us/windows/wsl/wsl-config): Add the following lines to the .wslconfig file, adjusting the swap size as needed: After saving the changes, restart WSL for the new configuration to take effect. Run the following command in PowerShell: Inside WSL, verify the swap space configuration by running: free -h I hope these steps point you in the right direction for resolving the issue and configuring swap space in WSL. Unfortunately, as I’m not deeply familiar with it, I may not be able to assist further, but I encourage you to explore official documentation or reach out to experts in this area for more detailed guidance. Best regards, |
Dear ndaniel,
I am using FusionCatcher for gene fusion prediction and would like to output the predicted results in BEDPE format. Is there any existing command-line option or configuration to directly convert FusionCatcher's output into BEDPE format?
If FusionCatcher does not provide this feature, could you suggest any methods to convert the final-list_candidate-fusion-genes.txt file into BEDPE format?
Thank you for any advice or solutions you can provide.
Best regards,
Luke
The text was updated successfully, but these errors were encountered: