2021-09-16 10:48:18 +00:00
|
|
|
name: pbccs
|
|
|
|
description: Pacbio ccs - Generate Higly Accurate Single-Molecule Consensus Reads
|
|
|
|
keywords:
|
|
|
|
- ccs
|
|
|
|
tools:
|
|
|
|
- pbccs:
|
|
|
|
description: pbccs - Generate Highly Accurate Single-Molecule Consensus Reads (HiFi Reads)
|
|
|
|
homepage: https://github.com/PacificBiosciences/pbbioconda
|
|
|
|
documentation: https://ccs.how/
|
|
|
|
tool_dev_url: https://github.com/PacificBiosciences/ccs
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["BSD-3-Clause-Clear"]
|
2021-09-16 10:48:18 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
2021-10-23 18:09:41 +00:00
|
|
|
id: id of the split file
|
2021-09-16 10:48:18 +00:00
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: Raw subreads bam
|
|
|
|
pattern: "*.subreads.bam"
|
|
|
|
- pbi:
|
|
|
|
type: file
|
|
|
|
description: Pacbio BAM Index
|
|
|
|
pattern: "*.pbi"
|
|
|
|
- chunk_num:
|
|
|
|
-type: integer
|
|
|
|
-description: BAM part to process
|
|
|
|
- chunk_on:
|
|
|
|
-type: integer
|
|
|
|
-description: Total number of bam parts to process
|
|
|
|
|
|
|
|
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-09-16 10:48:18 +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-11-11 14:19:26 +00:00
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: CCS sequences in bam format
|
|
|
|
pattern: "*.bam"
|
|
|
|
- pbi:
|
|
|
|
type: file
|
|
|
|
description: PacBio Index of CCS sequences
|
|
|
|
pattern: "*.pbi"
|
|
|
|
- report_txt:
|
|
|
|
type: file
|
|
|
|
description: Summary of CCS in txt format
|
|
|
|
pattern: ".txt"
|
|
|
|
- report_json:
|
|
|
|
type: file
|
|
|
|
description: Summary of CCS in txt json
|
|
|
|
pattern: ".json"
|
|
|
|
- metrics:
|
2021-09-16 10:48:18 +00:00
|
|
|
type: file
|
2021-11-11 14:19:26 +00:00
|
|
|
description: Metrics about zmws
|
|
|
|
pattern: "*.json.gz"
|
2021-09-16 10:48:18 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@sguizard"
|