-
Notifications
You must be signed in to change notification settings - Fork 64
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 orig_shape, "Dimension mismatch" #250
Comments
Hi, it seems like others have encountered this error in the past due to package version issues. Can you confirm that you are using the main branch and the specified conda environment? Also try removing the previous output files for this sample before rerunning in case these are incomplete for some reason. Let me know if either of these helps! |
Hi, Thanks |
Hi, |
Hmm, looking at previous issues that report this error, it seems to be an issue with rows being dropped when merging in line 575 of neighborhoods.py. Could you try:
In the mean time, we will look into resolving this error more permanently. |
Hi, I have compared the dimension of the dataframe before and after the merging in line 575. It was equal, and also unequal for various samples. By commenting the line, pipeline was able to run completely. |
Thanks, I'll mark this as a code issue to resolve permanently in the future. |
Hi,
I am trying to run the ABC snakemake pipeline, and is giving me the error.
ABC-Enhancer-Gene-Prediction-1.1.2/workflow/scripts/neighborhoods.py", line 577, in count_single_feature_for_bed
assert df.shape[0] == orig_shape, "Dimension mismatch"
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Dimension mismatch
Any help for this error?
Thanks
The text was updated successfully, but these errors were encountered: