-
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
AttributeError: 'OneMotif' object has no attribute 'get_pssmm' #62
Comments
Hi @VenkateshLab, Sorry for this issue - it looks like the error is coming from an older version of This will also be included in the next version of TF-COMB. Let us know if this works out, thank you! |
@msbentsen thanks thats helps me to solve the issue on motif object, now while trying to get the Genomic locations of TF-TF pairs. i come with an error called
Command i used
|
Hi @VenkateshLab, Thank you for the screenshot. With ~100.000 and ~300.000 regions, it might be that the number of combinations indeed takes up a lot of memory (but it should not take up 128GB RAM). Can you try with a smaller example, for example limit the number of regions in |
@msbentsen i have reduced my bed file im getting the same error
for your reference i have enloced my bed file for your reference. I have enclosed the raw E16 bed file along with the extracted bed file. please rename the text file into bed. |
Hi @VenkateshLab , Thank you for sending the files. I discovered a bug in the function, so your commands were correct and it was not a RAM issue. I fixed it now on the TF-COMB@dev branch, so you can fetch the new version using:
The version should then show as: import tfcomb
tfcomb.__version__
>>> '1.0.4-b' It will be included in version 1.0.4 in the future, but we like to collect a few fixes before releasing the final version. Let me know if that fixes the issue, thank you! PS. I don't know if you noticed, but your .bed-files contain a lot of duplicate regions like for example: |
Hi, I was working on mice E16 scATAC seq data. the raw data were downloaded from encode project, the motif data was downloaded from jaspar in a text file.
also i have enclosed the my motif.txt file for your reference.
Motif.txt
The text was updated successfully, but these errors were encountered: