Table of Contents

tabix

tabix is a software module available on Comet.

tabix overview

To access tabix on Comet, run module load tabix. This will load the default version of tabix.

An overview of the module information is shown below (module -r spider ^tabix$):

tabix: tabix/0.2.6-GCCcore-12.3.0
    Description:
      Generic indexer for TAB-delimited genome position files 

    This module can be loaded directly: module load tabix/0.2.6-GCCcore-12.3.0

    Help:
      
      Description
      ===========
      Generic indexer for TAB-delimited genome position files
      
      More information
      ================
       - Homepage: https://samtools.sourceforge.net

If there are multiple versions of tabix listed, then you can load a specific version as follows:

$ module load tabix/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^tabix$.


tabix Help

The module tabix has the following embedded help text (module help tabix):

Description
===========
Generic indexer for TAB-delimited genome position files

More information
================
 - Homepage: https://samtools.sourceforge.net


tabix Dependencies

The default version of the module tabix has the following dependencies:


Back to software