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

Non overlapping samples #4

Open
zd1 opened this issue Jul 5, 2018 · 1 comment
Open

Non overlapping samples #4

zd1 opened this issue Jul 5, 2018 · 1 comment

Comments

@zd1
Copy link

zd1 commented Jul 5, 2018

Hi there,

Thanks for making the fastqtl tool. I have been trying to test it for some of my data.

I realised that it requires the sample count in the phenotype bed and the genotype vcf to be exactly the same, as shown here:

if (n_includedS != sample_count) LOG.error("Genotype data does not overlap with phenotype data, check your files!");

and throws an error otherwise.

I was wondering if this could be made slightly more friendly, for example, using only intersecting samples for further analysis.

It is not rare having slightly different numbers of samples in the genotype file and the phenotype file.

Thanks,
Zhihao

@zd1
Copy link
Author

zd1 commented Jul 5, 2018

Sorry just realised that this is not the official repository. Never mind.

Zhihao

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