-
Notifications
You must be signed in to change notification settings - Fork 70
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
hicPCA " invalid literal" error message #883
Comments
Please update to the latest release. Thank you.
…On Mo, Dez 11 2023 at 02:05:38 -0800, Eric Bonnet ***@***.***> wrote:
Hi everyone,
I'm trying to use the hicPCA command but I get an error message:
$ hicPCA -m mat_160K_corrected.cool --outputFileName pca1.bw pca2.bw
pca3.bw --format bigwig
Traceback (most recent call last):
File
"/env/cng/proj/LBA/scratch/eb/tools/anaconda3/envs/hic_explorer/bin/hicPCA",
line 7, in <module>
main()
File
"/env/cng/proj/LBA/scratch/eb/tools/anaconda3/envs/hic_explorer/lib/python3.8/site-packages/hicexplorer/hicPCA.py",
line 318, in main
eigenvectors_correlate = np.hstack((eigenvectors_correlate,
eigs[:, int(id) - 1:int(id)]))
ValueError: invalid literal for int() with base 10: ' '
$ hicPCA --version
hicPCA 3.7.1
Any clue ?
Thx
—
Reply to this email directly, view it on GitHub
<#883>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGQCAB3JFUC7ROTY6RBEMTYI3LHFAVCNFSM6AAAAABAPPL5GCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTKMRZGI4TOMY>.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
|
Done, but same error occurred :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone,
I'm trying to use the hicPCA command but I get an error message:
Any clue ?
Thx
The text was updated successfully, but these errors were encountered: