Crates.io | fastix |
lib.rs | fastix |
version | 0.1.0 |
source | src |
created_at | 2023-07-31 10:28:15.823292 |
updated_at | 2023-07-31 10:28:15.823292 |
description | prefix renaming FASTA records |
homepage | |
repository | https://github.com/ekg/fastix |
max_upload_size | |
id | 930704 |
size | 53,732 |
A simple command line tool to add prefixes to FASTA headers. The idea is to support pangenomic applications, following the PanSN hierarchical naming specification.
fastix [OPTIONS] <INPUT>
Arguments:
<INPUT> Input FASTA file
Options:
-h, --help Print help information
-V, --version Print version information
-p, --prefix <STR> Prefix to add to FASTA record names
$ fastix -p "gen#1#" genome.fa > genome_prefixed.fa
This will add "gen#1#" as a prefix to all FASTA record names in genome.fa.
cargo install fastix
This project is licensed under the MIT license. See LICENSE for more details.