nf-core/artic/minion @ 0.0.0-6c4ed3a
Summary
Run the alignment/variant-call/consensus logic of the artic pipeline
Get started
Add the following snippet to your workflow script to include this module.
include { ARTIC_MINION } from 'nf-core/artic/minion'
License
MIT License
Name
|
ARTIC_MINION |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fastq
file
|
FastQ file containing reads *.{fastq.gz}
|
meta2
map
|
Groovy Map containing model information e.g. [ id:'test', single_end:false ] |
|---|---|
model_dir
directory
|
Path containing clair3 models, defaults to models packaged with conda installation *
|
model
string
|
The model to use for clair3, if not provided the pipeline will try to figure it out the appropriate model from the read fastq |
meta3
map
|
Groovy Map containing scheme information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Scheme reference fasta file *.{fasta}
|
bed
file
|
Scheme BED file *.{bed}
|
hdf5_plugin_path
directory
|
Optional path to HDF5 plugin library |
|---|
bai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.sorted.bam.bai
file
|
BAM index file *.{sorted.bai}
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.sorted.bam
file
|
BAM file *.{sorted.bam}
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.pass.vcf.gz.tbi
file
|
VCF index *.{pass.vcf.gz.tbi}
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.pass.vcf.gz
file
|
VCF file containing detected variants passing quality filter *.{pass.vcf.gz}
|
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.json
file
|
JSON file for MultiQC *.json
|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.consensus.fasta
file
|
FAST file with consensus sequence *.{consensus.fasta}
|
results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.*
file
|
Aggregated FastQ files *.fastq.gz
|
bai_trimmed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.trimmed.rg.sorted.bam.bai
file
|
BAM index file of bam_trimmed *.{sorted.bai}
|