Skip to content

oxfordmmm/applymask

Repository files navigation

Build Status codecov

applymask

Description

Apply mask to a given fasta file

Supported formats

  • fasta format e.g.
>mask header
010101010101

where 1 means to mask

  • position format e.g.
3
5
10

where the numbers are the positions to mask (0 indexed)

  • range format (tsv) e.g.
235 248
500 600
1000 1200

where the numbers are the positions to mask (0 indexed)

Command line use

$ python3 applymask.py
usage: applymask.py [-h] mask_filepath mask_format fasta_filepath use_gzip print_mask_ranges

Releases

No releases published

Packages

No packages published

Languages