-
Notifications
You must be signed in to change notification settings - Fork 5
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: module 'numpy' has no attribute 'object' #8
Comments
Update: Looks like the solution is downgrade numpy.
Will provide an update for the result. |
Preprocess done, suggested downgrade numpy solved the problem.
|
Thanks for your feedback! Yes, |
changed to --memory 40G, The conversion done perfectly. |
Hi Dr. Wang,
I tried to convert a hg19 .hic into hg38 .hic by command line below and faced an error:
pairLiftOver --input /RPE-1_HiC/GSE71831_RPE1-WT.hic --input-format juicer --out-pre test-hg38 --output-format hic --out-chromsizes hg38.chrom.sizes --in-assembly hg19 --out-assembly hg38 --logFile pairLiftOver.log --memory 14G
Here is the log:
Thanks in advance for developing the tool and looking forward for more discussion.
Sincerely,
Timothy
The text was updated successfully, but these errors were encountered: