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

problem with primer3 in both conda and docker #46

Open
shanmugavadivelps opened this issue Feb 19, 2024 · 0 comments
Open

problem with primer3 in both conda and docker #46

shanmugavadivelps opened this issue Feb 19, 2024 · 0 comments

Comments

@shanmugavadivelps
Copy link

shanmugavadivelps commented Feb 19, 2024

i have tried installing VCF-kit as you mentioned in github site and i downloaded the reference genome as mentioned.

run1:

command: vk primer indel --ref=WBcel235 QX1211.indels.vcf.gz

Using reference located at /home/shanmu/.genome/WBcel235/WBcel235.fa.gz
   --size ignored; size is set dynamically when genotyping indels.

Applied 2 variants

Cannot find thermo path '/primer3_config/

similarly i have installed vcfkit through docker and ran the programme as below
Run2:

sudo docker run -v /root/.genome/:/data -v /media/shanmu/shanmu_hdd1/chickpea_minicore/merged_298/filtered_passed/docker/VCF-kit/test_data:/datapath -it andersenlab/vcf-kit vk primer indel /datapath/QX1211.indels.vcf.gz --ref=/data/WBcel235

Genome 'WBcel235' does not exist

run 3:
sudo docker run -v /home/shanmu/.genome/:/data -v /media/shanmu/shanmu_hdd1/chickpea_minicore/merged_298/filtered_passed/docker/VCF-kit/test_data:/datapath -it andersenlab/vcf-kit vk primer indel /datapath/QX1211.indels.vcf.gz --ref=/data/WBcel235

--size ignored; size is set dynamically when genotyping indels.

[E::fai_build3_core] Failed to open the file /data/WBcel235
[faidx] Could not load fai index of /data/WBcel235
[E::fai_build3_core] Failed to open the file /data/WBcel235
[faidx] Could not load fai index of /data/WBcel235
Note: the --sample option not given, applying all records regardless of the genotype
Applied 0 variants

Cannot find thermo path '/primer3_config/
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