Description

Download FASTQ files from SRA or ENA repositories.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

accession

:string

ENA/SRA accession to query

Output

name:type
description
pattern

fastq

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.fastq.gz

:file

FASTQ files downloaded from ENA or SRA

*.fastq.gz

runinfo

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*-run-info.tsv

:file

Tab-delimited file containing metadata for each Run downloaded

*-run-info.tsv

runmergers

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*-run-mergers.tsv

:file

Tab-delimited file merge information from —group-by-experiment or —group-by-sample

*-run-mergers.tsv

versions_fastqdl

${task.process}

:string

The name of the process

fastq-dl

:string

The name of the tool

fastq-dl --version |& sed "s/.* //"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

fastq-dl

:string

The name of the tool

fastq-dl --version |& sed "s/.* //"

:eval

The expression to obtain the version of the tool

Tools

fastqdl
MIT

A tool to download FASTQs associated with Study, Experiment, or Run accessions.