Description

Checks that all data in the set of input files appear to come from the same individual

Input

name:type
description
pattern

meta

:map

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

input1

:file

List containing 1 or more bam/vcf files or a file containing filepaths

*.{bam,vcf,vcf.gz,txt,fofn}

input1_index

:file

List containing 1 or more bam/vcf files indexes

*.{bai,csi,crai,tbi}

input2

:file

Optional list containing 1 or more bam/vcf files or a file containing filepaths

*.{bam,vcf,vcf.gz,txt,fofn}

input2_index

:file

List containing 1 or more bam/vcf files indexes

*.{bai,csi,crai,tbi}

haplotype_map

:file

Haplotype map file

*.{txt,vcf,vcf.gz}

meta2

:map

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

fasta

:file

Reference genome file

*.{fasta,fa,fasta.gz,fa.gz}

Output

name:type
description
pattern

crosscheck_metrics

meta

:map

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

*.crosscheck_metrics.txt

:file

Metrics created by crosscheckfingerprints

*.{crosscheck_metrics.txt}

versions_picard

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

picard CrosscheckFingerprints --version 2>&1 | sed -n 's/.*Version://p'

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

picard CrosscheckFingerprints --version 2>&1 | sed -n 's/.*Version://p'

:string

The command used to generate the version of the tool

Tools

picard
MIT

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.