nf-core/hlala/typing @ 0.0.0-e2d3f0d
Summary
Performs HLA typing based on a population reference graph and employs a new linear projection method to align reads to the graph.
Get started
Add the following snippet to your workflow script to include this module.
include { HLALA_TYPING } from 'nf-core/hlala/typing'
License
MIT License
Name
|
HLALA_TYPING |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
bam
file
|
BAM/CRAM/SAM file *.{bam,cram,sam}
|
bai
file
|
BAM index file *.{bai}
|
graph
directory
|
Path to prepared graph with hla-la --action prepareGraph |
hla
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/hla/*
file
|
HLA results |
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.fastq
file
|
Fastq file *.fastq
|
results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}
directory
|
Per-sample HLA-LA output directory |
remapped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/remapped_with_a.bam
file
|
Remapped BAM file *.bam
|
extraction
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/extraction.bam
file
|
Extraction BAM file *.bam
|
remapped_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/remapped_with_a.bam.bai
file
|
Remapped BAM index file *.bam.bai
|
versions_hlala
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
hla-la
string
|
The name of the tool |
echo 1.0.4
eval
|
The expression to obtain the version of the tool |
reads_per_level
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/reads_per_level.txt
file
|
Reads per level *.txt
|
extraction_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/extraction.bam.bai
file
|
Extraction BAM index file *.bam.bai
|
extraction_mapped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/extraction_mapped.bam
file
|
Extraction mapped BAM file *.bam
|
extraction_unmpapped
tuple
meta
map
|
Groovy Map c |
|---|