nf-core/oatk @ 0.0.0-6c4ed3a
Summary
An nf-core module for the OATK
Get started
Add the following snippet to your workflow script to include this module.
include { OATK } from 'nf-core/oatk'
License
MIT License
Name
|
OATK |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'Cladonia_norvegica' ] |
|---|---|
reads
file
|
HiFi reads in FASTA format *.{fasta,fasta.gz,fa,fa.gz}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'Cladonia_norvegica' ] |
|---|---|
mito_hmm_files
file
|
HMM profile for mitochondrial gene annotation, with corresponding .h3i, h3f, .h3p, .h3m files from hmmpress *.{fam,h3i,h3f,h3p,h3m}
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'Cladonia_norvegica' ] |
|---|---|
pltd_hmm_files
file
|
HMM profile for plastid gene annotation, with corresponding .h3i, h3f, .h3p, .h3m files from hmmpress *.{fam,h3i,h3f,h3p,h3m}
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.log
file
|
log file describing oatk run *.log
|
mito_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*mito.ctg.bed
file
|
the gene annotation for the MT sequences *mito.ctg.bed
|
mito_gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*mito.gfa
file
|
the subgraph for the MT genome *mito.gfa
|
pltd_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*pltd.ctg.bed
file
|
the gene annotation for the PT sequences *pltd.ctg.bed
|
pltd_gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*pltd.gfa
file
|
the subgraph for the PT genome *pltd.gfa
|
final_gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*utg.final.gfa
file
|
the GFA file for the final genome assembly *utg.final.gfa
|
mito_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*mito.ctg.fasta
file
|
the structure-solved MT contigs *mito.ctg.fasta
|
pltd_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*pltd.ctg.fasta
file
|
the structure-solved PT contigs *pltd.ctg.fasta
|
initial_gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*utg.gfa
file
|
the GFA file for the initial genome assembly *utg.gfa
|
versions_oatk
tuple
${task.process}
string
|
|---|