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

map_kmers #5

Open
rarichards opened this issue May 5, 2020 · 0 comments
Open

map_kmers #5

rarichards opened this issue May 5, 2020 · 0 comments

Comments

@rarichards
Copy link

map_kmers doesn't appear to be working on my branch and I'm out of ideas.
https://github.com/rarichards/bgwas3/blob/master/bgwas3/bgwas3.py#L480

It should output two files per iid: "_maps.tsv" and "_gene_info.tsv". Every gene info file output is empty. No error messages.

I think this command in map_kmers.py may be the problem. https://github.com/rarichards/bgwas3/blob/master/bgwas3/python/map_kmers.py#L202
e.g.

bedtools intersect -a results/AT_new_query.bed -b annotations/S02.bed -wb > results/AT_new_genes_in

There is the possibility that this is caused by an issue with input files (from ref2bed, bwa_index or annotate). I'll look more into that.

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