Description

Extracts reads mapped to chromosome 6 and any HLA decoys or chromosome 6 alternates.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bam{:bash}

:file

BAM file. If the BAM file is not indexed, this tool will run samtools index before extracting reads.

*.bam

Output

name:type
description
pattern

extracted_reads_fastq{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.fq.gz{:bash}

:file

FASTQ file(s) containing chromosome 6 reads and related HLA sequences

*.fq.gz

log{:bash}

*.log{:bash}

:file

Log file for run summary

*.log

intermediate_sam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

temp_files/**.sam{:bash}

:file

Optional intermediate SAM file

*.sam

intermediate_bam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

temp_files/**.bam{:bash}

:file

Optional intermediate BAM file

*.bam

intermediate_sorted_bam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

temp_files/**.sorted.bam{:bash}

:file

Optional intermediate sorted BAM file

*.sorted.bam

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

arcashla
GPL v3

arcasHLA performs high resolution genotyping for HLA class I and class II genes from RNA sequencing, supporting both paired and single-end samples.