Hi,
I would like to set up GMAP for the following criteria (if it is possible, if not something similar). I have about 280,000 EST and I would like to map them on a genome.
- coverage>=90%
- identity>=90%
- best path(match)
so far, my command in unix looks like:
gmap -D Genom_database/ -d Genom_database -B 5 -A -t 4 EST_all.fasta -f gff3_gene --cross-species
I would like to request help, which options should I give to GMAP to achieve the above mentioned criteria (I'm not an expert in GMAP).
I greatly appreciate any help! :)