tabix/tabix_index

index
tabix
htslib
vcf
bed
gff

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

index
tabix
htslib
vcf
bed
gff

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
file
required

Outputs

Name
Type & Properties
--output_index
file
required
output

Options

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.