-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issues with BED Files #12
Comments
Hi @Karenxzr
|
Hi, I tested top 20 lines of your output.csv file and worked fine. please use absolute path for the path of
|
Hi @Karenxzr thank you for your fast response I have tried several runs using absolute path still gives the same errors please have a look :(( Do I need to use
|
UPDATE: I found that the issue only occurs when processing the entire output.csv file, which contains almost 13,000 structural variants (SVs). When working with a subset of 30 lines from the same file, everything functions correctly without any errors. It seems the problem arises when handling a larger dataset. Could you please advise on possible solutions to address this? test_run results:- |
Hi, as mentioned in the tutorial, you can actually split up the input csv file and run multiple small csv files simultaneously. An example is as below. You can just increase the number of 4 threads to like 32 or so.
In addition, the source code is here: One thing I am thinking is maybe there are some abnormal rows in your data caused this error. If you split the file, you might likely identify that observation. |
Hi @Karenxzr, |
I have identified the issue with my input.csv file, which contained some unrecognized SVTYPE [i.e, Thank you in advance for your help! command applied using SLURM
|
HI @Karenxzr
I'm experiencing issues with BED files when running the PhenoSV module, as illustrated in the attached errors. The errors are from bed files format probably, and I am unable to resolve them.
Could you please take a look and suggest possible solutions?
Thank you for your assistance!
python3 phenosv/model/phenosv.py --sv_file ~/structural_varinats/merged_vcfs/output.bed --target_folder test1/ --target_file_name Final_out
output.zip
The text was updated successfully, but these errors were encountered: