Closed IsabelFE closed 3 years ago
OK, this might be a simple fix, but then again, maybe this will only be the first issue to resolve.
vcfSampleCompare does not support gzip format (e.g. a file ending with .gz
) - you can only supply is a .vcf
format file (i.e. plain text). So try unzipping your output file with:
gzip -d FB_merged_renamed.vcf.gz
Then when you run it, if your file is very large and you're not sure it's it's doing anything, you can supply --verbose 2
to get running output on the processing (though note, ironically, this makes the script run overall, slower).
Other things you can try are:
perl t/run_tests.t
to see if your install is OK.Let me know how it goes.
Rob
@hepcat72 thanks for your help! I unzipped my file and it worked 😊
Hi,
I want to use this tool to compare groups of samples in order to find variants/SNPs more abundant in a group A vs. another group B. I tried running:
And I got this error:
I am not sure if my pipeline for generating the vcf file is correct. This is what I did:
What am I missing on my final
FB_merged_renamed.vcf.gz
file?Thanks
Isabel