Description
Left-align and normalize indels, check if REF alleles match the reference, split multiallelic sites into multiple rows;
recover multiallelics from multiple rows.
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"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.1 \
-main-script target/nextflow/bcftools/bcftools_norm/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--atomize -a | boolean_true |
--atom_overlaps | string |
--check_ref -c | string |
--remove_duplicates -d | string |
--fasta_ref -f | file |
--force | boolean_true |
--keep_sum | string |
--multiallelics -m | string |
--no_version | boolean_true |
--do_not_normalize -N | boolean_true |
--output_type --O | string |
--old_rec_tag | string |
--regions --r | string |
--regions_file --R | file |
--regions_overlap | string |
--site_win -w | integer |
--strict_filter -s | boolean_true |
--targets -t | string |
--targets_file -T | file |
--targets_overlap | string |