2021-03-25 20:46:00 +00:00
name : msisensor_scan
description : Scan a reference genome to get microsatellite & homopolymer information
keywords :
- homoploymer,microsatellite
tools :
- msisensor :
description : MSIsensor is a C++ program to detect replication slippage variants at microsatellite regions, and differentiate them as somatic or germline.
homepage : https://github.com/ding-lab/msisensor
documentation : None
tool_dev_url : None
doi : "10.1093/bioinformatics/btt755"
2022-02-15 11:15:27 +00:00
licence : [ "MIT" ]
2021-03-25 20:46:00 +00:00
input :
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- fasta :
type : file
description : FASTA file
pattern : "*.{fa,fasta}"
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-25 20:46:00 +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-25 20:46:00 +00:00
- txt :
type : file
description : MSIsensor scan output file of homopolymers & minisatellites
pattern : "*.msisensor_scan.txt"
authors :
- "@kevbrick"