-
Notifications
You must be signed in to change notification settings - Fork 10
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
SVD Software no longer available #25
Comments
Thanks for the link. $SVD -d 4 -o svd-output -r dt matrix.txt Changing the format to sparse text default seemed to run but I do not know if the output is correct. The pca.coordinates.txt file seems to contain only 0 for all four columns. My pca coordinate file seems incomplete: $SVD -d 4 -o svd-output -r st matrix.txt TRANSPOSING THE MATRIX FOR SPEED ELAPSED CPU TIME = 0 sec. head pca.coordinates.txt Thanks! |
Did you figure this out? I tried "-r st" but still get the same error. My matrix file is all zeros. Is that expected? ./svd -d 4 -o svd-output -r st matrix.txt |
I don't remember resolving this issue.
…On Mon, Oct 18, 2021 at 5:51 PM samreenzafer ***@***.***> wrote:
Did you figure this out? I tried "-r st" but still get the same error. My
matrix file is all zeros. Is that expected?
./svd -d 4 -o svd-output -r st matrix.txt
Loading the matrix...
ERROR: svdLoadSparseTextFile: bad file format
ERROR: failed to read sparse matrix. Did you specify the correct file type
with the -r argument?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZPOI4C4PNC44WQJLMWLNTUHSJGDANCNFSM4VP26UVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi all, firstly, apologies Ricardo, I must have missed your original reply. This was a while ago for me too.. I believe it's an error with the example code when making the matrix file. Where it says: The
Or, as the most recent issue suggests, change it to $NF != 0 (I'm not sure which would be most appropriate) - I would imagine removing it entirely, as otherwise you might get a discrepancy between the number of values from each file |
I was trying to run the CLAMMS software and I noticed the SVD software is not available from MIT anymore. Are there alternative methods to use or is there an alternative download link?
Thanks!
The text was updated successfully, but these errors were encountered: