Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.

Check for new replies
ADMIXTURE. Questions.
#1
Has anyone used ADMIXTURE? Were there any problems? I installed WSL Ubuntu 20.04 for Windows, downloaded and unpacked Admixture from the official site https://dalexander.github.io/admixture/download.html.
I have my plink files and  unpacked Admixture in my working directory. But when I run for example
 
admixture data.bed 3

then the message "admixture: command not found" appears. What could be the problem?
Reply
#2
(10-12-2023, 09:14 AM)Gordius Wrote: Has anyone used ADMIXTURE? Were there any problems? I installed WSL Ubuntu 20.04 for Windows, downloaded and unpacked Admixture from the official site https://dalexander.github.io/admixture/download.html.
I have my plink files and  unpacked Admixture in my working directory. But when I run for example
 
admixture data.bed 3

then the message "admixture: command not found" appears. What could be the problem?

On linux, to run a program that is in the current directory you must add ./ in front. So that would give:

./admixture data.bed 3
Gordius likes this post
Reply
#3
(10-12-2023, 11:55 AM)crashdoc Wrote:
(10-12-2023, 09:14 AM)Gordius Wrote: Has anyone used ADMIXTURE? Were there any problems? I installed WSL Ubuntu 20.04 for Windows, downloaded and unpacked Admixture from the official site https://dalexander.github.io/admixture/download.html.
I have my plink files and  unpacked Admixture in my working directory. But when I run for example
 
admixture data.bed 3

then the message "admixture: command not found" appears. What could be the problem?

On linux, to run a program that is in the current directory you must add ./ in front. So that would give:

./admixture data.bed 3

-bash:  ./admixture: Permission denied
Reply
#4
(10-12-2023, 12:15 PM)Gordius Wrote: -bash:  ./admixture: Permission denied

It seems admixture is not allowed as an executable file.

try:

chmod +x admixture

it should allow its execution
Gordius likes this post
Reply
#5
How goes with your Admixture endeavors?
Gordius likes this post
Reply
#6
(10-14-2023, 04:08 PM)AimSmall Wrote: How goes with your Admixture endeavors?

It is still too early to say. I'm trying to figure it out.
Reply

Check for new replies

Forum Jump:


Users browsing this thread: 1 Guest(s)