Skip to content

support for gene_type #544

Description

@nerilbl

I'm trying to figure out the closest ncbi-datasets equivalent of this edirect commands:


esearch -db nuccore -query "ribosomal RNA[title] AND srcdb_refseq[PROP] AND 151:7000[SLEN]" | efetch -format fasta > "rrna_genes_refseq.fasta"

So filtering genes by sequence length (151 to 7000), and ribosomal rna" in title.
In current --include with:

      --include string(,string)    Specify the data files to include (comma-separated).
                                     * gene:           gene sequence
                                     * rna:            transcript
                                     * protein:        amino acid sequences
                                     * cds:            nucleotide coding sequences
                                     * 5p-utr:         5'-UTR
                                     * 3p-utr:         3'-UTR
                                     * product-report: gene transcript and protein locations and metadata

Would it be possible to add a rrna/trna/non-coding to that list?
Thanks for maintaining and developing this tool!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions