Description

Queries an NCBI database using an UID

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

xml_input

:file

XML text file containing query results from database.

pattern

:string

String in xml_input that encloses element to search.

element

:string

Space-delimited strings that will be converted to columns.

sep

:string

Separator/delimiter between columns (for instance ”,” or “\t”).

Output

name:type
description
pattern

txt

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.txt

:file

Text file

*.txt

versions_xtract

${task.process}

:string

The name of the process

xtract

:string

The name of the tool

xtract -version 2>&1

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

xtract

:string

The name of the tool

xtract -version 2>&1

:eval

The expression to obtain the version of the tool

Tools

entrezdirect
PUBLIC DOMAIN

Entrez Direct (EDirect) is a method for accessing the NCBI's set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.