-
Notifications
You must be signed in to change notification settings - Fork 25
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
cannot get this to work #34
Comments
My vcfkit was installed using conda, and I create the following folder to solve the same issue: However, after solve this, I still can't get right primer result. The script can run without error, but I got noting in the output. |
Same problem. I installed primer3 through brew, ran vcfkit as the following: vk primer sanger --ref=genome.fa test.vcf.gz I get no error and no output too. |
Hello @hans-vg @SilenWang @herber4 Have you tried to run VCF-kit using docker?
Unfortunately I am not always able to keep up with the changing dependencies that can break installation, but the docker image is static and should work for you. Please try to use the Docker image and let me know if you run into any problems. |
Hello @danielecook I have had the same problem as the others and fixed it using the same steps they outlined. The conda environment is still running VCF-kit 0.2.6 whereas the newest version is 0.2.9. Perhaps that could be part of the issue with conda? I tried running the docker environment as you mentioned but it seems there's an issue with the image and its dependencies. With each option following vk, it threw an error that the modules could not be found (docopt, etc.) I tried installing each of these in the Docker environment but then was met with an error that it could not find the vcfkit module. |
The following command worked for me:
|
Hello,
I have been unable to successfully download and run vcfkit and have exhausted all options. I have tried the various install methods and even tried changing the primer3.py script to include the path to the primer3_config but I keep getting the same result: Cannot find thermo path '/primer3_config/
Neither vcfkit nor primer3 is being installed with a primer3_config that is unless I just clone the entire repositories. which still didn't solve the : Cannot find thermo path '/primer3_config/ issue.
Any help?
The text was updated successfully, but these errors were encountered: