-
Notifications
You must be signed in to change notification settings - Fork 60
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
conda - smartpca stalling issue #70
Comments
Never seen this problem. Your dataset is quite small and smartpca should
certainly complete in < 1 hour.
Please try the following:
Run with
numthreads: 1
shrinkmode: NO
and report back
Nick
…On Thu, Sep 2, 2021 at 10:11 AM William Marsh ***@***.***> wrote:
Hi,
I am having a few issues with running smartpca, which I have installed
using conda. The software initially runs successfully, but stalls after the
total number of snps killed in pass:xxxxx step.
Please find below the command line transcript in its entirety:
smartpca -p test.L.pca.par
parameter file: test.L.pca.par
THE INPUT PARAMETERS
PARAMETER NAME: VALUE
genotypename: test.geno
snpname: test.snp
indivname: test.ind
evecoutname: test.pca.evec
evaloutname: test.eval
lsqproject: YES
numoutevec: 4
numthreads: 8
smartpca version: 13050
norm used
lsqproject used
test.snp: genetic distance set from physical distance
nodata: 15:80297900
nodata: 19:27961945
number of samples used: 15 number of snps used: 299440
Using 8 threads, and partial sum lookup algorithm.
snp 1:1599161 ignored . allelecnt: 0 missing: 2
snp 1:1780878 ignored . allelecnt: 0 missing: 1
snp 1:1793071 ignored . allelecnt: 0 missing: 3
snp 1:1793786 ignored . allelecnt: 0 missing: 1
snp 1:2222583 ignored . allelecnt: 0 missing: 1
snp 1:2236697 ignored . allelecnt: 0 missing: 4
snp 1:3098715 ignored . allelecnt: 0 missing: 1
snp 1:3168280 ignored . allelecnt: 0 missing: 1
snp 1:3356405 ignored . allelecnt: 0 missing: 0
snp 1:3512516 ignored . allelecnt: 0 missing: 0
total number of snps killed in pass: 10948 used: 288492
I have attempted to run smartpca on a number of different datasets, of
differing sizes and origins, but the result/lack of result is the same. I
have left the program running for a number of weeks, but the command line
output does not differ after thirty minutes or so of running.
Is this a known issue? And if so how might I remedy?
Thanks,
William
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77B6BSH7IMB744WVD5RLT76AXLANCNFSM5DJGXR7Q>
.
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 Nick, Thanks for the rapid response. After an hour of running the above amendments, it has stalled in the same manner. William |
Is it practical for you to share your dataset with me? I fear it will run
fine for me but we can try.
Else all I can suggest is that you run gdb and try and find out where it is
hanging
N
…On Thu, Sep 2, 2021 at 11:28 AM William Marsh ***@***.***> wrote:
Hi Nick,
Thanks for the rapid response. After an hour of running the above
amendments, it has stalled in the same manner.
William
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77B4PM4AB6ICNGQ26D6LT76J2VANCNFSM5DJGXR7Q>
.
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 Nick, I'll email you. William |
Hi there, I encountered the same problem when running smartpca as described by William. Are there any solutions or suggestions for this issue? Thank you in advance! Serena |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am having a few issues with running smartpca, which I have installed using conda. The software initially runs successfully, but stalls after the total number of snps killed in pass:xxxxx step.
Please find below the command line transcript in its entirety:
I have attempted to run smartpca on a number of different datasets, of differing sizes and origins, but the result/lack of result is the same. I have left the program running for a number of weeks, but the command line output does not differ after thirty minutes or so of running.
Is this a known issue? And if so how might I remedy?
Thanks,
William
The text was updated successfully, but these errors were encountered: