DOKK / manpages / debian 12 / fastaq / fastaq-add_indels.1.en
FASTAQ-ADD_INDELS(1) User Commands FASTAQ-ADD_INDELS(1)

fastaq_add_indels - Deletes or inserts bases at given position(s)

usage: fastaq_add_indels [options] <infile> <outfile>

Deletes or inserts bases at given position(s)

Name of input file
Name of output file

show this help message and exit
Delete the given bases from the given sequence. Format same as samtools view: name:start-end. This option can be used multiple times (once for each region to delete). Overlapping coords will be merged before deleting
Deletes bases starting at position P in each sequence of the input file. Deletes start + (n-1)*step bases from sequence n.
Insert a random string of bases at the given position. Format is name:position:number_to_add. Bases are added after the position. This option can be used multiple times
Inserts random bases starting after position P in each sequence of the input file. Inserts start + (n-1)*step bases into sequence n.
October 2022 fastaq_add_indels 3.17.0