add: README
This commit is contained in:
parent
6989dc4459
commit
c1b7df1172
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal 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>
|
||||
```
|
Loading…
Reference in a new issue