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

LD Reference parameter use is mixed up #1

Open
CristiGuijarro opened this issue Dec 8, 2022 · 0 comments
Open

LD Reference parameter use is mixed up #1

CristiGuijarro opened this issue Dec 8, 2022 · 0 comments

Comments

@CristiGuijarro
Copy link

CristiGuijarro commented Dec 8, 2022

The Issue

Whilst trying to run GAMBIT on other (non default) LD reference panels for other populations I noticed that the software kept defaulting to "G1K_EUR_3V5/chr$.vcf.gz". This was because I was trying to pass in the --ldref parameter rather than --ldfile. This incorrect usage is also referenced here: https://xqwen.github.io/ptwas/ - the "Quick Start" use case I was following.

Lines of interest

cerr << " --ldref [data/chr*.vcf.gz] : LD reference panel (\"*\" as wildcard when split by chr)\n";

TLDR;

  • in the line above:
    Should be --ldfile rather than --ldref
@CristiGuijarro CristiGuijarro changed the title LF Reference parameter use is mixed up LD Reference parameter use is mixed up Dec 9, 2022
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