More posts like this
-
How to use --chr flag (vcftools --LROH) with a vcf file that uses scaffold notation
written by ekirsch 0Hello, I am trying to use the --LROH option in vcftools, but am struggling with how to use the --chr flag when my vcf file …
-
Error: Failed to open /ROH/.log. Try changing the --out parameter.
written by sevda 0when I used this code in R system("plink --vcf Pakistan.total.vcf --homozyg --homozyg-window-snp 50 --homozyg-snp 50 --homozyg-window-missing 3 --homozyg-kb 100 --homozyg-density 1000 --allow-extra-chr --out /ROH/plink/n") I …
-
Whole Genome .vcf file split by Chromosome with BCFTools without index file
written by S 0for i in {1..22}; do bcftools view "$(input)" --regions chr$i --output "$(output)" --output-type z; done Hello, this is my current code that I am using …
-
Plink allele with frequency greater than 0.05
written by dishasharma35 0Following is the pipeline for carrier frequency which I tried, kindly look into it and let me know: Using merged vcf, Command 1) vcftools --vcf …
-
Fst Visulization from WGS data
written by jaafari.omid 8Hi dears All, I have a .vcf file which it comes from a Whole Genome data analysis. Using vcftools the Fst analysis was done but …
-
Separating a region of the VCF file
written by mostafarafiepour 18Hi Dear All, I'm trying to separate 5Mb to 10Mb region of my VCF file with vcftools. But when I get the output, it only …
-
Comparision of two VCF file with vcftools. Chromosome order error message
written by cmonat 0Hi, I'm using the vcftools for the first time. I'm trying to compare two VCF files with the following command line: vcftools --vcf Sample_All.vcf --diff …
-
Compare 4 vcf files with vcftools
written by cristina_sabiers 11mmm I tried with vcftools and --diff to see which snps, indels... share 4 individuals from a family. But with this code seems just compare …
-
Getting the GT field from a vcf for all samples for a selected list of positions
written by rubic 27Hi, Trying to do something simple and not getting the desired output: I have a vcf file and a file with a list of positions …
-
Converting Vcftools output to R readable format
written by pifferdavide 11I have used the following Vcftools code to calculate Fst distances from 1000 Genomes Chr 1 data. c:/path --vcf ALL.chr1.phase3_shapeit2_mvncall_integrated_v5.20130502.genotypes.vcf --weir-fst-pop POP1.txt --weir-fst-pop POP2.txt --out …
It might be because vcftools is depricated, try to use bcftools instead, might be helpful :)
Deprecated tools don't just stop producing output/errors, that's now how deprecation works.
What does that mean? What did you see on the screen when you ran this command? Did the command run successfully or did it fail? Did you see any new files created after the command ended?
Hello, Thank you for your attention. It ran successfully and I got no errors or warnings but no new files were created.
What output files were you expecting? Was nothing printed on the screen at all?