Split GTB

Use the following command to split the GTB file into multiple independent subfiles:

split <input> -o <output> [options]

分裂GTB文件

Program Options

Usage: split <input> -o <output> [options]
Options:
  --contig      Specify the corresponding contig file.
                default: /contig/human/hg38.p13
                format: --contig <file> (Exists,File,Inner)
  *--output,-o  Set the output folder.
                format: --output <file>
  --by          Split input files by node-level/chromosome-level into multiple 
                subfiles, which can be rejoined by the concat mode.
                default: chromosome
                format: --by <string> ([chromosome/node] or [0/1])
  --yes,-y      Overwrite output file without asking.

Example

Split ./example/1000GP3.gtb by chromosome tags:

# Linux or MacOS
docker run -v `pwd`:`pwd` -w `pwd` --rm -it -m 500m gbc \
split ./example/1000GP3.gtb -o ./example/1000GP3-chr -y

# Windows
docker run -v %cd%:./gbc/ -w ./gbc/ --rm -it -m 500m gbc split ./example/1000GP3.gtb -o ./example/1000GP3-chr -y

After running this command, 24 GTB subfiles are generated in the folder ./example/1000GP30-chr.

Copyright ©Liubin Zhang all right reservedLast modified time: 2022-07-11 23:48:16

results matching ""

    No results matching ""