Description
Build a tabix (.tbi) or CSI (.csi) index for a BGZF block-compressed,
position-sorted file (VCF, BED, GFF, SAM, GAF) so it can later be queried by
region. BAM/CRAM/BCF inputs are also supported, producing .bai/.crai/.csi
indexes as appropriate.
Type
bash_script
License
MIT/Expat
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_index: "$id.$key.output_index.tbi"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.5.0 \
-main-script target/nextflow/tabix/tabix_index/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output_index | file required output |
Name | Type & Properties |
|---|---|
--preset -p | string |
--sequence -s | integer |
--begin -b | integer |
--end -e | integer |
--skip_lines -S | integer |
--comment -c | string |
--zero_based | boolean_true |
--force -f | boolean_true |
--csi -C | boolean_true |
--min_shift -m | integer |