| 7 | | my $usage = ""; |
|---|
| | 7 | my $usage = " |
|---|
| | 8 | |
|---|
| | 9 | Synopsis: |
|---|
| | 10 | |
|---|
| | 11 | fasta_merge --datastore /maker/datastore -o genome.all |
|---|
| | 12 | |
|---|
| | 13 | Descriptions: |
|---|
| | 14 | |
|---|
| | 15 | This script will take a MAKER datastore, extract all the relevant |
|---|
| | 16 | fasta files and create fasta files with -o base name for all the |
|---|
| | 17 | relevant categories of sequence (i.e. transcript, protein, GeneMark |
|---|
| | 18 | protien, etc.). |
|---|
| | 19 | |
|---|
| | 20 | Options: |
|---|
| | 21 | |
|---|
| | 22 | -d The location of the MAKER datastore |
|---|
| | 23 | -o The base name for the output files. |
|---|
| | 24 | -i A optional list of files to process along with or instead of the |
|---|
| | 25 | datastore. |
|---|
| | 26 | |
|---|
| | 27 | "; |
|---|