nf-core/mgikit/demultiplex @ 0.0.0-6c4ed3a
Summary
Demultiplex MGI fastq files
Get started
Add the following snippet to your workflow script to include this module.
include { MGIKIT_DEMULTIPLEX } from 'nf-core/mgikit/demultiplex'
License
MIT License
Name
|
MGIKIT_DEMULTIPLEX |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
samplesheet
file
|
Input samplesheet *.{csv}
|
run_dir
file
|
Input run directory containing BioInfo.csv and fastq data. fastq files should be in MGI format and can be either single or paired end. |
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*.fastq.gz
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
ambiguous
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}_ambiguous/*.fastq.gz
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] Ambiguous*.fastq.gz
|
qc_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.{info,general,ambiguous_barcode,undetermined_barcode}
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] mgikit.{info,general,ambiguous_barcode,undetermined_barcode}
|
undetermined
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}_undetermined/*.fastq.gz
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] Undetermined*.fastq.gz
|
index_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.info
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *mgikit.info
|
versions_mgikit
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
mgikit
string
|
The tool name |
mgikit --version | sed -n "s/.*kit. //p"
string
|
The command used to generate the version of the tool |
ambiguous_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.ambiguous_barcode*
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *mgikit.ambiguous_barcode*
|
sample_stat_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.sample_stats
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *mgikit.sample_stats
|
general_info_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.general
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *mgikit.general
|
undetermined_reports
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *.fastq.gz
|
|---|---|
${prefix}/*mgikit.undetermined_barcode*
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] *mgikit.undetermined_barcode |