-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: There are no simulated data present for this project #27
Comments
Hi @mkazanov, Thanks for reaching out! You have run the SigProfilerSimulator with contexts=["6"] and the SigProflerClusters tool with context ["96"] which is causing the issue. You need to define the same context for both tools and please define the path with a backslash at the end ("/disk2t/DATA/CLUSTERS/VCF/"). Please let me know if you had any further issues. Best, |
Thank you, this time it runs without errors:
but, in the output directory there are no
|
Hi @mkazanov, Apologies for the late response! Best, |
Same issue found. This is what I figured out and the solution:
Number 2 may be the main cause. Becasue in the commands of the github page, 'contexts=["96"]' was written for SigSimulator, and there was not a significant sign of not doing this in SigProfilerClusters, which I suggest authors making some notes in this github README. |
Sorry for a late reply. SigProfilerClusters_BLCA_GRCh38_2024-08-15.err.txt |
#2 does not work for me |
Hi @mkazanov, Thanks for sharing! If you are running the simulator with contexts=["6"], please use the same simContext for SigProfilerClusters tool. Please run the SigProfilerClusters tool with contexts="96" and simContext="6". Here is how you can run the tools: from SigProfilerSimulator import SigProfilerSimulator as sigSim from SigProfilerClusters import SigProfilerClusters as hp Hope that will resolve your problem. Best, |
Thank you, it works with Will the bug with the I found also that I've also found that |
Hi @mkazanov, Glad that it works at your end and thanks for your suggestions! We will work on it. If you mentioned "subClassify=False" then the tool will not do the sub-classifications. By default it is False and if you set the parameter to True (subClassify=True), it will generate the clustered and nonClustered folders. Please see the wiki page(https://osf.io/qpmzw/wiki/home/) for more details. Best, |
Please re-open the issue if you encounter any further problems. Thanks, |
I meant in case subClassify=False, I could not find any clustering results in the output folder at all. Could you please fix it? |
It seems I don't have permissions to re-open it. Could you please re-open it until the mentioned bugs are fixed? |
Hi @mkazanov, Thanks for reaching out! If you set the parameter subClassify=False, you will get the clustered and non-clustered mutations in the output folder. Here is the path (for example):
You can use those .txt output file for further analysis. Best, |
Hi @MousumyCSE, I faced with the same issue too. I installed GRCh37 with genInstall successfully and defined the parameters.
After all, I continued to do simulations and successfully completed them. However, when it comes to the clustering it doesn't work properly even though I fixed the code with your responses above. When I tried the first one below, I got the error:
It also did not work with the contexts="96" and simContext=["96"].
How to deal with this bug? |
Hi @beyza-kurtoglu, Thanks for reaching out! My suggestion will be to remove the previous results from the output directory and re-run your samples. Please see the below command to run your example files(please change the input directory): from SigProfilerSimulator import SigProfilerSimulator as sigSim from SigProfilerClusters import SigProfilerClusters as hp Please make sure the context you are using to run the SigProfilerSimulator, use the same simContext for running SigProfilerClusters pipeline. If the problem continues, kindly send me the log files and your example input. Best, |
Thank you for your response @MousumyCSE . However, even though I applied your suggestion, the same error continues. ERR file is completely empty and I attached the log files.
SigProfilerClusters_melanoma_GRCh37_2024-10-23err.txt |
Hi @beyza-kurtoglu, Thanks for sending! Can you please share one of your input files so that I can reproduce the error at my end? Best, |
Hi @beyza-kurtoglu, Thanks for sharing! I have run your input files and it works at my end. Can you please check if you are using the updated tools or not? ############# #install the tools Please run the SigProfilerClusters pipeline again and let me know if that works at your end. Best, |
Hi @MousumyCSE, I sent you the wrong VCF files by mistake. Could you please delete them? I will send you the others as soon as possible. Thanks, Beyza |
Hi @MousumyCSE , I created a conda environment with python=3.9 matplotlib=3.4.3 and installed SigProfilerClusters and necessities. The error continues.
|
Hi @beyza-kurtoglu, Thanks for the details. From the above screenshot, it does not look like you have run the SigProfilerSimulator tool(please see the screenshot). Or you have the previous results? Can you please remove your old results and re-run? Could you please share one of your example files and also the log file for both SigProfilerSimulator and SigProfilerClusters? For now, can you please run the example file that we have in our wiki page to check if it works at your end or not. Best, |
The text was updated successfully, but these errors were encountered: