Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 770 Bytes

FastaMask.md

File metadata and controls

22 lines (17 loc) · 770 Bytes

FastaMask tool help

FastaMask (2024_08-113-g94a3b440)

Mask regions in a FASTA file with N bases.

Mandatory parameters:
  -in <file>        Input FASTA file.
  -reg <file>       Input BED file with regions to mask.
  -out <file>       Output file.

Special parameters:
  --help            Shows this help and exits.
  --version         Prints version and exits.
  --changelog       Prints changeloge and exits.
  --tdx             Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.
  --settings [file] Settings override file (no other settings files are used).

FastaMask changelog

FastaMask 2024_08-113-g94a3b440

2024-08-17 Initial version.

back to ngs-bits