Entering edit mode
11 months ago
sevda
•
0
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
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?