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

Reference is not provide #4

Open
Larrycpan opened this issue Jul 28, 2022 · 1 comment
Open

Reference is not provide #4

Larrycpan opened this issue Jul 28, 2022 · 1 comment

Comments

@Larrycpan
Copy link

Thanks for the contribution. I'm using the command
samtools mpileup -BQ 0 -d 10000 -f GRCh38.primary_assembly.genome.fa -q 40 -b filenames.txt | monovar.py -p 0.002 -a 0.2 -t 0.05 -m 10 -f GRCh38.primary_assembly.genome.fa -b filenames.txt -o output.vcf.
Then the error appears:
print "Error: Reference genome file not provided. Use '-f' for reference genome file.\n
What's the problem? thx!

@dklimes
Copy link

dklimes commented Sep 10, 2024

I'm sure this is way too late, but I'll write this for the sake of it. I encountered the same issue where even when I passed the fasta file it didn't find it. The reason, I found, is in the version of python I was using. I could only make MonoVar work when running python 2.6 or 2.7.

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

2 participants