Closed crosenth closed 9 years ago
see https://github.com/fhcrc/deenurp/blob/master/deenurp/subcommands/rdp_extract_genbank.py#L31
Need a clause limiting results of query to scientific_name = 1
For example see: ncbi_taxonomy.db 'select * from names where tax_id = 1650571'
where is_primary=1
Issued solved by updating tax_ids from Genbank records.
see https://github.com/fhcrc/deenurp/blob/master/deenurp/subcommands/rdp_extract_genbank.py#L31
Need a clause limiting results of query to scientific_name = 1
For example see: ncbi_taxonomy.db 'select * from names where tax_id = 1650571'