nf-core/bases2fastq @ 0.0.0-0c7146d
Summary
Demultiplex Element Biosciences bases files
Get started
Add the following snippet to your workflow script to include this module.
include { BASES2FASTQ } from 'nf-core/bases2fastq'
License
MIT License
Name
|
BASES2FASTQ |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
run_manifest
file
|
RunManifest file *.{csv}
|
run_dir
directory
|
Input run directory containing optionally containing a RunManifest.json if run_manifest is not supplied |
metrics
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/Metrics.csv
file
|
Sample metrics ${prefix}/Metrics.csv
|
qc_report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*_QC.html
file
|
QC HTML report ${prefix}//*_QC.html
|
run_stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/RunStats.json
file
|
QC HTML report ${prefix}/*.html
|
unassigned
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/UnassignedSequences.csv
file
|
Unassigned Sequences ${prefix}/UnassignedSequences.csv
|
sample_json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/Samples/**/*_stats.json
file
|
Demultiplexed sample stats ${prefix}/Samples/*/*.json
|
sample_fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/Samples/**/*_R*.fastq.gz
file
|
Demultiplexed sample FASTQ files ${prefix}/Samples/*/*_R*.fastq.gz
|
multiqc_report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/multiqc_report.html
file
|
Multiqc HTML report ${prefix}/multiqc_report.html
|
versions_bases2fastq
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bases2fastq
string
|
The tool name |
bases2fastq --version | sed "s/.*version //;s/,.*//"
string
|
The command used to generate the version of the tool |
generated_run_manifest
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/RunManifest.json
file
|
Updated Run Manifest JSON from the run_manifest csv ${prefix}/RunManifest.json
|
| Tool | Description | Homepage |
|---|---|---|
| bases2fastq | Demultiplexes sequencing data and converts base calls into FASTQ files for secondary analysis | https://go.elementbiosciences.com/bases2fastq-download |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 0c7146d85582628b5d1034504702fa808632b1af |
| Release Date | 08 Apr 2026 18:45:16 (UTC) |