nf-core/lima @ 0.0.0-6c4ed3a
Summary
lima - The PacBio Barcode Demultiplexer and Primer Remover
Get started
Add the following snippet to your workflow script to include this module.
include { LIMA } from 'nf-core/lima'
License
MIT License
Name
|
LIMA |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
ccs
file
|
A BAM or fasta or fasta.gz or fastq or fastq.gz file of subreads or ccs *.{bam,fasta,fasta.gz,fastq,fastq.gz}
|
primers
file
|
Fasta file, sequences of primers *.fasta
|
|---|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.bam
file
|
A bam file of ccs purged of primers *.bam
|
pbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.bam.pbi
file
|
Pacbio index file of ccs purged of primers *.bam
|
xml
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.xml
file
|
An XML file representing a set of a particular sequence data type such as subreads, references or aligned subreads. *.xml
|
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.json
file
|
A metadata json file *.json
|
clips
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.clips
file
|
A fasta file of clipped primers *.clips
|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.{fa,fasta}
file
|
A fasta file of ccs purged of primers. *.fa
|
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.fastq
file
|
A fastq file of ccs purged of primers. *.fastq
|
guess
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.guess
file
|
A second tabulated file of describing pairs of primers (no doc available) *.guess
|
counts
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.counts
file
|
A tabulated file of describing pairs of primers *.counts
|
report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.report
file
|
A tab-separated file about each ZMW, unfiltered *.report
|
fastagz
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.{fa.gz,fasta.gz}
file
|
A fasta.gz file of ccs purged of primers. *.fasta.gz
|
fastqgz