Skip to content
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

Smartrel does not yield any output #44

Open
andrewcon opened this issue Mar 31, 2020 · 0 comments
Open

Smartrel does not yield any output #44

andrewcon opened this issue Mar 31, 2020 · 0 comments

Comments

@andrewcon
Copy link

Hello,

I am trying to use smartrel to find related individuals in my data. Unfortunately, I get no file of pairwise correlation coefficients. In my log file, I can see those who were above the set threshold, but there is no output file. Here are my scripts:

smartrel.perl

#!/usr/bin/perl

$ENV{'PATH'} = "../bin:$ENV{'PATH'}";

$command = "../bin/smartrel";
$command .= " -p par.smartrel > smartrel.log";
print("$command\n");
system("$command");

par.smartrel

genotypename:    data.geno
snpname:         data.snp
indivname:       data.ind
outputname:	 data_rel.coef
numeigs: 	 1
relthresh: 	 0.10
numoutlieriter:	 0
numthreads:	 32

I would add that I get no output file no matter the paramenters set in par.smartrel. Also, it looks like smartpca parameters can go inside smartrel's. Does this apply to all params or just some?

Could you please help me with this issue?

Best,
Andrei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant