2021-10-07 09:06:02 +00:00
|
|
|
name: isoseq3_cluster
|
|
|
|
description: IsoSeq3 - Cluster - Cluster trimmed consensus sequences
|
|
|
|
keywords:
|
|
|
|
- cluster
|
|
|
|
tools:
|
|
|
|
- isoseq3:
|
|
|
|
description: IsoSeq3 - Cluster - Cluster trimmed consensus sequences
|
|
|
|
homepage: https://github.com/PacificBiosciences/IsoSeq/blob/master/isoseq-clustering.md
|
|
|
|
documentation: https://github.com/PacificBiosciences/IsoSeq/blob/master/isoseq-clustering.md
|
|
|
|
tool_dev_url: https://github.com/PacificBiosciences/IsoSeq/blob/master/isoseq-clustering.md
|
|
|
|
doi: ""
|
|
|
|
licence: ['BSD-3-clause-Clear']
|
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test' ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file generated by isoseq3 refine
|
|
|
|
pattern: "*.bam"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- version:
|
|
|
|
type: file
|
|
|
|
description: File containing software version
|
|
|
|
pattern: "versions.yml"
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file of clustered consensus
|
2021-10-14 10:07:53 +00:00
|
|
|
pattern: "*.transcripts.bam"
|
2021-10-07 09:06:02 +00:00
|
|
|
- pbi:
|
|
|
|
type: file
|
|
|
|
description: Pacbio Index of consensus reads generated by clustering
|
2021-10-14 10:07:53 +00:00
|
|
|
pattern: "*.transcripts.bam.pbi"
|
2021-10-07 09:06:02 +00:00
|
|
|
- cluster:
|
|
|
|
type: file
|
|
|
|
description: A two columns (from, to) file describing original read name to new read name
|
2021-10-14 10:07:53 +00:00
|
|
|
pattern: "*.transcripts.cluster"
|
2021-10-07 09:06:02 +00:00
|
|
|
- cluster_report:
|
|
|
|
type: file
|
|
|
|
description: A table files clusters (transcripts) members (read)
|
2021-10-14 10:07:53 +00:00
|
|
|
pattern: "*.transcripts.cluster_report.csv"
|
2021-10-07 09:06:02 +00:00
|
|
|
- transcriptset:
|
|
|
|
type: file
|
|
|
|
description: A metadata xml file which contains full paths to data files
|
2021-10-14 10:07:53 +00:00
|
|
|
pattern: "*.transcripts.transcriptset.xml"
|
2021-10-07 09:06:02 +00:00
|
|
|
- hq_bam:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: High quality reads (when --use-qvs is set)
|
|
|
|
pattern: "*.transcripts.hq.bam"
|
2021-10-07 09:06:02 +00:00
|
|
|
- hq_pbi:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: Pacbio index of high quality reads (when --use-qvs is set)
|
|
|
|
pattern: "*.transcripts.hq.bam.pbi"
|
2021-10-07 09:06:02 +00:00
|
|
|
- lq_bam:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: Low quality reads (when --use-qvs is set)
|
|
|
|
pattern: "*.transcripts.lq.bam"
|
2021-10-07 09:06:02 +00:00
|
|
|
- lq_pbi:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: Pacbio index of low quality reads (when --use-qvs is set)
|
|
|
|
pattern: "*.transcripts.lq.bam.pbi"
|
2021-10-07 09:06:02 +00:00
|
|
|
- singletons_bam:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: Unclustered reads (when --singletons is set)
|
|
|
|
pattern: "*.transcripts.singletons.bam"
|
2021-10-07 09:06:02 +00:00
|
|
|
- singletons_pbi:
|
|
|
|
type: file
|
2021-10-14 10:07:53 +00:00
|
|
|
description: Pacbio index of unclustered reads (when --singletons is set)
|
|
|
|
pattern: "*.transcripts.singletons.bam.pbi"
|
2021-10-07 09:06:02 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@sguizard"
|