2021-03-23 13:37:53 +00:00
name : allelecounter
description : Generates a count of coverage of alleles
keywords :
- allele
- count
tools :
- allelecounter :
description : Takes a file of locations and a [cr|b]am file and generates a count of coverage of each allele at that location (given any filter settings)
homepage : https://github.com/cancerit/alleleCount
documentation : https://github.com/cancerit/alleleCount
tool_dev_url : https://github.com/cancerit/alleleCount
doi : ""
licence : A-GPL 3.0
input :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2021-11-02 16:00:25 +00:00
- input :
2021-03-23 13:37:53 +00:00
type : file
description : BAM/CRAM/SAM file
pattern : "*.{bam,cram,sam}"
2021-11-02 16:00:25 +00:00
- input_index :
2021-03-23 13:37:53 +00:00
type : file
description : BAM/CRAM/SAM index file
pattern : "*.{bai,crai,sai}"
- loci :
type : file
description : loci file <CHR><tab><POS1>
pattern : "*.{tsv}"
2021-11-02 16:00:25 +00:00
- fasta :
2022-04-14 11:35:01 +00:00
type : file
description : Input genome fasta file. Required when passing CRAM files.
2021-03-23 13:37:53 +00:00
output :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2021-10-03 07:20:26 +00:00
- versions :
2021-03-23 13:37:53 +00:00
type : file
2021-10-03 07:20:26 +00:00
description : File containing software versions
2021-09-27 08:41:24 +00:00
pattern : "versions.yml"
2021-03-23 13:37:53 +00:00
- alleleCount :
type : file
description : Allele count file
pattern : "*.{alleleCount}"
authors :
- "@fullama"
2021-11-02 16:00:25 +00:00
- "@fbdtemme"