Description
Query a tabix/CSI-indexed, BGZF block-compressed file by region or list its
chromosomes.
Type
bash_script
License
MIT/Expat
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.5.0 \
-main-script target/nextflow/tabix/tabix_query/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--index | file required |
--region | string multiple |
--regions_file | file |
--targets_file | file |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--print_header | boolean_true |
--only_header -H | boolean_true |
--list_chroms -l | boolean_true |
--unique -u | boolean_true |
--separate_regions | boolean_true |
--cache | integer |
--verbosity | integer |
--skip_index_download -D | boolean_true |