# becouse the direct mapping have no descriptions etc
# becouse the direct mapping have no descriptions etc
# we have to steal these from the previous Refseq parser.
# we have to steal these from the previous Refseq parser.
...
@@ -45,7 +53,7 @@ sub run_script {
...
@@ -45,7 +53,7 @@ sub run_script {
my%description;
my%description;
my$dbi=$self->dbi();
my$dbi=$self->dbi();
my$sql="select xref.accession, xref.label, xref.version, xref.description from xref, source where xref.source_id = source.source_id and source.name = 'RefSeq_dna'";
my$sql="select xref.accession, xref.label, xref.version, xref.description from xref, source where xref.source_id = source.source_id and source.name like 'RefSeq_%RNA'";