We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear friends,
I have got the below error with pixy, version 1.2.11.beta1.
"pixy: error: unrecognized argumentusage: pixy [-h] --stats {pi,dxy,fst} [{pi,dxy,fst} ...] --vcf [VCF] --populations [POPULATIONS] [--window_size [WINDOW_SIZE]] [--bed_file [BED_FILE]] [--n_cores [N_CORES]] [--output_folder [OUTPUT_FOLDER]] [--output_prefix [OUTPUT_PREFIX]] [--chromosomes [CHROMOSOMES]] [--interval_start [INTERVAL_START]] [--interval_end [INTERVAL_END]] [--sites_file [SITES_FILE]] [--chunk_size [CHUNK_SIZE]] [--fst_type {wc,hudson}] [--bypass_invariant_check {yes,no}] [--version] [--citation] [--silent] pixy: error: unrecognized arguments: --variant_filter_expression DP -invariant_filter_expression DP
Running comand
pixy --stats pi fst dxy --vcf samples12Ali_chr1_autosomes_allsites_filtered.vcf.gz --populations samples12Ali_sampleIDs_popfile.txt --window_size 10000 --interval_start 107000000 --interval_end 107300000 --variant_filter_expression DP>=10,GQ>=20,RGQ>=20 -invariant_filter_expression DP>=10,RGQ>=20 \
Are these arguments not avilable for this version?
Kind regrads, Ali
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear friends,
I have got the below error with pixy, version 1.2.11.beta1.
"pixy: error: unrecognized argumentusage: pixy [-h] --stats {pi,dxy,fst} [{pi,dxy,fst} ...] --vcf [VCF]
--populations [POPULATIONS] [--window_size [WINDOW_SIZE]]
[--bed_file [BED_FILE]] [--n_cores [N_CORES]]
[--output_folder [OUTPUT_FOLDER]]
[--output_prefix [OUTPUT_PREFIX]] [--chromosomes [CHROMOSOMES]]
[--interval_start [INTERVAL_START]]
[--interval_end [INTERVAL_END]] [--sites_file [SITES_FILE]]
[--chunk_size [CHUNK_SIZE]] [--fst_type {wc,hudson}]
[--bypass_invariant_check {yes,no}] [--version] [--citation]
[--silent]
pixy: error: unrecognized arguments: --variant_filter_expression DP -invariant_filter_expression DP
Running comand
pixy --stats pi fst dxy
--vcf samples12Ali_chr1_autosomes_allsites_filtered.vcf.gz
--populations samples12Ali_sampleIDs_popfile.txt
--window_size 10000
--interval_start 107000000
--interval_end 107300000
--variant_filter_expression DP>=10,GQ>=20,RGQ>=20
-invariant_filter_expression DP>=10,RGQ>=20 \
Are these arguments not avilable for this version?
Kind regrads,
Ali
The text was updated successfully, but these errors were encountered: