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

PIQUE does not automatically analyse all sub-groups #2

Open
tony-travis opened this issue Mar 27, 2018 · 1 comment
Open

PIQUE does not automatically analyse all sub-groups #2

tony-travis opened this issue Mar 27, 2018 · 1 comment
Assignees

Comments

@tony-travis
Copy link
Owner

The current version of PIQUE does not automatically analyse ALL subgroups.

At present we use a "bash" for loop to analyse ALL sub-groups e.g.:

cd test
make group
wget --no-check-certificate  http://ricediversity.org/data/sets/44kgwas/RiceDiversity.44K.MSU6.Genotypes_PLINK.zip
unzip RiceDiversity.44K.MSU6.Genotypes_PLINK.zip
mv -i ./RiceDiversity_44K_Genotypes_PLINK/sativas* .
rmdir RiceDiversity_44K_Genotypes_PLINK
rm RiceDiversity.44K.MSU6.Genotypes_PLINK.zip
pique-input -d -v -i sativas413 -o sativas_group_GWAS -p rice_phenotype_group.txt -k -c -e 5
pique-run -d -v -i sativas_group_GWAS -k IBS -c sativas_group_GWAS.covar -n 16
for group in ADMIX AUS IND TEJ TRJ; do \
    prefix=sativas_group_GWAS\_$group; \
    pique-run -d -v -i $prefix -k IBS -n 16; \
done
@tony-travis tony-travis self-assigned this Mar 27, 2018
@ghost
Copy link

ghost commented Aug 19, 2022

It's analyse a specific groups🙄

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