clean the script
This commit is contained in:
parent
031a15c8cf
commit
6355ddbc4c
2 changed files with 9 additions and 1 deletions
|
@ -4,12 +4,20 @@ These scripts follow MIT except for setk.run which belongs to Salvador Arias(Ins
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
### Method1
|
||||||
|
|
||||||
- OS: Arch Linux;
|
- OS: Arch Linux;
|
||||||
|
|
||||||
- `tnt run guoyi.run file.tnt`, `file.tnt` is your data;
|
- `tnt run guoyi.run file.tnt`, `file.tnt` is your data;
|
||||||
|
|
||||||
- Type `;` and enter;
|
- Type `;` and enter;
|
||||||
|
|
||||||
|
### Method2
|
||||||
|
|
||||||
|
- Replace `%1` to your filename;
|
||||||
|
|
||||||
|
- Run `tnt p guoyi.run` directly;
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
- `trees.tre`, `bt.tre` are trees with taxaname;
|
- `trees.tre`, `bt.tre` are trees with taxaname;
|
||||||
|
|
|
@ -12,7 +12,7 @@ procedure %1;
|
||||||
hold 1000;
|
hold 1000;
|
||||||
xpiwe(*;
|
xpiwe(*;
|
||||||
mult=replic 1000 tbr hold 1;
|
mult=replic 1000 tbr hold 1;
|
||||||
xpiwe&;piwe&;
|
piwe&;
|
||||||
export= trees.tre;
|
export= trees.tre;
|
||||||
taxname-;
|
taxname-;
|
||||||
export= trees_no.tre;
|
export= trees_no.tre;
|
||||||
|
|
Loading…
Reference in a new issue