Description

Subsample fastq

Input

name
description
pattern

meta

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

ch_reads

List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.

ch_genome_fasta

Genome fasta file

Path to genome sequence in fasta format

ch_transcript_fasta

Transcript fasta file

Path to transcript sequence in fasta format

ch_gtf

GTF features file

Path features in GTF format

ch_index

Salmon index files

Directory containing Salmon index

make_index

Whether to create salmon index before running salmon quant

Output

name
description
pattern

index

Directory containing salmon index

salmon

reads

Subsampled fastq reads.

*.{fq,fastq}{,.gz}

results

Folder containing the quantification results for a specific sample

${prefix}

json_info

File containing meta information from Salmon quant
Which could be used to infer strandedness among other things

*info.json

versions

File containing software versions

versions.yml