This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vcftools

Hi, I tried this code but I couldn't get any output. Please guide me to resolve this issue

for i in {1..2}
do
  vcftools --LROH --vcf Pakistan.total.vcf --out ${i} --chr i
done
vcftools

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.

couldn't get any output

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?

0 answers

No answers yet.

Log in to answer this question.