vcftools
0
0
Entering edit mode
5 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
vcftools • 590 views
ADD COMMENT
1
Entering edit mode

It might be because vcftools is depricated, try to use bcftools instead, might be helpful :)

ADD REPLY
0
Entering edit mode

Deprecated tools don't just stop producing output/errors, that's now how deprecation works.

ADD REPLY
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

Hello, Thank you for your attention. It ran successfully and I got no errors or warnings but no new files were created.

ADD REPLY
0
Entering edit mode

What output files were you expecting? Was nothing printed on the screen at all?

ADD REPLY

Login before adding your answer.

Traffic: 2781 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6