Skip to content

[Feature Request] Add high-level functionality for Entrez cgi DSLs #4

@kMutagene

Description

@kMutagene

Low level functionality that requires knowledge of HttpFs and Hopac is implented since BioFSharp/BioFSharp#84 .
Further abstraction would make it easier to use.

Additionally, most Entrez cgis provide the functionality of using a history server. When abstracting the current DSL, one should do it in such a way that the return results themself are pipe-able, meaning they can be used as further input for cgi queries. Here is an example from Entrez direct, where the result of esearch is the input for efetch:

esearch -db pubmed -query "lycopene cyclase" |
efetch -format abstract

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions