Description

HiFi-based caller for highly homologous genes

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

bam

:file

Sorted BAM file

*.bam

bai

:file

Index of BAM file

*.bai

meta2

:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

fasta

:file

The reference fasta file

*.fasta

meta3

:map

Groovy Map containing config information e.g. [ id:‘config’ ]

config

:file

Config file

*.yaml

Output

name:type
description
pattern

json

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

*.paraphase.json

:file

Summary of haplotype and variant calls

*.paraphase.json

bam

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

*.paraphase.bam

:file

(re)aligned BAM file

*.paraphase.bam

bai

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

*.paraphase.bam.bai

:file

Index of (re)aligned BAM file

*.paraphase.bam.bai

vcf

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

${prefix}_paraphase_vcfs/*.vcf.gz

:file

compressed VCF file(s) per gene

*.vcf.gz

vcf_index

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:true ]

${prefix}_paraphase_vcfs/*.vcf.gz.{csi,tbi}

:file

compressed VCF file index

*.vcf.gz.{tbi,csi}

versions_minimap2

${task.process}

:string

The name of the process

minimap2

:string

The name of the tool

minimap2 --version

:eval

The expression to obtain the version of the tool

versions_paraphase

${task.process}

:string

The name of the process

paraphase

:string

The name of the tool

paraphase --version

:eval

The expression to obtain the version of the tool

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

minimap2

:string

The name of the tool

minimap2 --version

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

paraphase

:string

The name of the tool

paraphase --version

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of the tool

Tools

paraphase
BSD-3-clause-Clear

HiFi-based caller for highly homologous genes