We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
map_kmers
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.
ref2bed
bwa_index
annotate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
There is the possibility that this is caused by an issue with input files (from
ref2bed
,bwa_index
orannotate
). I'll look more into that.The text was updated successfully, but these errors were encountered: