Description
Parses VCF or BCF and produces a txt stats file which can be plotted using plot-vcfstats.
When two files are given, the program generates separate stats for intersection
and the complements. By default only sites are compared, -s/-S must given to include
also sample columns.
Type
bash_script
License
MIT/Expat, GNU
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.txt"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/bcftools/bcftools_stats/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--af_bins | string |
--af_tag | string |
--collapse -c | string |
--depth -d | string |
--exclude -e | string |
--exons -E | file |
--apply_filters -f | string |
--fasta_ref -F | file |
--first_allele_only --1st-allele-only | boolean_true |
--include -i | string |
--split_by_id -I | boolean_true |
--regions -r | string |
--regions_file -R | file |
--regions_overlap | string |
--samples -s | string |
--samples_file -S | file |
--targets -t | string |
--targets_file -T | file |
--targets_overlap | string |
--user_tstv -u | string |
--verbose -v | boolean_true |