2021-02-17 12:03:48 -05:00
|
|
|
name: bwameth_index
|
|
|
|
description: Performs indexing of c2t converted reference genome
|
|
|
|
keywords:
|
|
|
|
- bwameth
|
|
|
|
- 3-letter genome
|
|
|
|
- index
|
|
|
|
- methylseq
|
|
|
|
- bisulphite
|
|
|
|
- fasta
|
|
|
|
tools:
|
|
|
|
- bwameth:
|
|
|
|
description: |
|
|
|
|
Fast and accurate alignment of BS-Seq reads
|
|
|
|
using bwa-mem and a 3-letter genome.
|
|
|
|
homepage: https://github.com/brentp/bwa-meth
|
|
|
|
documentation: https://github.com/brentp/bwa-meth
|
|
|
|
arxiv: arXiv:1401.1129
|
2021-10-22 18:39:54 -04:00
|
|
|
licence: ['MIT']
|
2021-02-17 12:03:48 -05:00
|
|
|
input:
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Input genome fasta file
|
|
|
|
output:
|
|
|
|
- index:
|
2021-02-18 05:51:36 -05:00
|
|
|
type: dir
|
|
|
|
description: Directory containing bwameth genome index
|
|
|
|
pattern: "index"
|
2021-10-03 03:20:26 -04:00
|
|
|
- versions:
|
2021-02-17 12:03:48 -05:00
|
|
|
type: file
|
2021-10-03 03:20:26 -04:00
|
|
|
description: File containing software versions
|
2021-09-27 04:41:24 -04:00
|
|
|
pattern: "versions.yml"
|
2021-02-17 12:03:48 -05:00
|
|
|
authors:
|
|
|
|
- "@phue"
|