add: README

This commit is contained in:
kuoi 2024-05-07 12:52:23 +08:00
parent 6989dc4459
commit c1b7df1172

24
README.md Normal file
View file

@ -0,0 +1,24 @@
- Author: Guoyi Zhang
- License: GPLv2
## gene_marker
Generate fasta file which `m` means selected position by Gblocks from Gblocks html report file.
Usage:
```
gene_marker <input_file> <output_file>
```
## trim_marker
Trim the multi-sequence-alignment based on the marker which `m` indicates selected position.
Usage:
```
trim_marker <marker_fasta_file> <input_fasta_file> <output_file>
```