./plink2 --vcf TBP_Walker_merged.vcf.gz --out TBP_Walker_merged.diff --allow-extra-chr --sample-diff 'id-delim=,' 'ids=SRR1158874,SRR1158890'
gives the output below with error: Error: --sample-diff 'base='/'ids=' require 2 or more space-separated sample
executing this same command using the file='samples.txt' with the same two samples works fine. Any idea what is wrong? I am working on a Mac.
Thanks !
Output:
PLINK v2.00a3 64-bit (25 May 2021) www.cog-genomics.org/plink/2.0/
(C) 2005-2021 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to TBP_Walker_merged.diff.log.
Options in effect:
--allow-extra-chr
--out TBP_Walker_merged.diff
--sample-diff id-delim=, ids=SRR1158874,SRR1158890
--vcf TBP_Walker_merged.vcf.gz
Start time: Mon Jun 7 15:52:19 2021
Error: --sample-diff 'base='/'ids=' require 2 or more space-separated sample
IDs.
--
You received this message because you are subscribed to the Google Groups "plink2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plink2-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plink2-users/47c0a68d-0452-4833-a5e4-ffdbf06ba9a1n%40googlegroups.com.
Error: --sample-diff 'base='/'ids=' require 2 or more space-separated sample
IDs.
The ids listed are listed in the header of the VCF file. Any advice is much appreciated. Thanks,
Michael