According to the SRS menu, if I want to get all human
CDSs from GenBank, I should do:
getz '[genbank-org:homo] \> [genbank-ftk:cds]' -f seq
Instead of the CDSs, I get the entire sequence tries.
When I do:
getz '[genbank-ftk:cds] \< [genbank-org:homo] ' -f seq
I get all the CDSs from GenBank (not only the human ones).
If I don't use the escape "\", I get nothing.
It looks like that the linking function ">" or "<" is not working.
Any suggestions?
Joe