Skip to content

Type setting

Giovanna Rosone edited this page Mar 3, 2025 · 1 revision

Open Parameters.h

If you want to change the types to fit your collection, please set the following parameters differently

// Type size for maximum Sequences Length #define dataTypeLengthSequences 0

// Type size for Number of Sequences in the input file #define dataTypeNumSeq 2

// Type size for Number of Character in the input file (length of the BWT) #define dataTypeNumChar 3

where

  • 0 corresponds to uchar
  • 1 corresponds to ushort
  • 2 corresponds to uint
  • 3 corresponds to ulong

Clone this wiki locally