snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Snippy -check issue

Open MaximeWU opened this issue 1 year ago • 0 comments

Dear all, I have an issue when the code 'snippy -check' is performed. Here's the detail. (Below)

snippy -check [01:54:34] This is snippy 4.6.0 [01:54:34] Written by Torsten Seemann [01:54:34] Obtained from https://github.com/tseemann/snippy [01:54:34] Detected operating system: linux [01:54:34] Enabling bundled linux tools. [01:54:34] Found bwa - /root/anaconda3/envs/newsnippy/bin/bwa [01:54:34] Found bcftools - /root/anaconda3/envs/newsnippy/bin/bcftools [01:54:34] Found samtools - /root/anaconda3/envs/newsnippy/bin/samtools [01:54:34] Found java - /root/anaconda3/envs/newsnippy/bin/java [01:54:34] Found snpEff - /root/anaconda3/envs/newsnippy/bin/snpEff [01:54:34] Found samclip - /root/anaconda3/envs/newsnippy/bin/samclip [01:54:34] Found seqtk - /root/anaconda3/envs/newsnippy/bin/seqtk [01:54:34] Found parallel - /root/anaconda3/envs/newsnippy/bin/parallel [01:54:34] Found freebayes - /root/anaconda3/envs/newsnippy/bin/freebayes [01:54:34] Found freebayes-parallel - /root/anaconda3/envs/newsnippy/bin/freebayes-parallel [01:54:34] Found fasta_generate_regions.py - /root/anaconda3/envs/newsnippy/bin/fasta_generate_regions.py [01:54:34] Found vcfstreamsort - /root/anaconda3/envs/newsnippy/bin/vcfstreamsort [01:54:34] Found vcfuniq - /root/anaconda3/envs/newsnippy/bin/vcfuniq [01:54:34] Found vcffirstheader - /root/anaconda3/envs/newsnippy/bin/vcffirstheader [01:54:34] Found gzip - /bin/gzip [01:54:34] Found vt - /root/anaconda3/envs/newsnippy/bin/vt [01:54:34] Found snippy-vcf_to_tab - /root/anaconda3/envs/newsnippy/bin/snippy-vcf_to_tab [01:54:34] Found snippy-vcf_report - /root/anaconda3/envs/newsnippy/bin/snippy-vcf_report [01:54:34] Checking version: samtools --version is >= 1.7 - ok, have 1.16 [01:54:34] Checking version: bcftools --version is >= 1.7 - ok, have 1.16 [01:54:34] Checking version: freebayes --version is >= 1.1 - ok, have 1.3.6 [01:54:34] Need snpEff -version >= 4.3 but you have 0.000 - please upgrade it.

However, when I use code snpEff -version ,it shows 'SnpEff 5.0e 2021-03-09' in the conda environment. I tried the code conda install -c bioconda snpEff=4.3 mentioned in another issue, but only the version of snpEff is changed into 4.3. The snippy check problem still exists. I wonder if there's a solution to solve this problem and it would be appreciated if anyone can help me with this.

Thanks

MaximeWU avatar Oct 14 '22 18:10 MaximeWU