11# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
22name : " pbmarkdup"
33description : |
4- Takes one or multiple sequencing chips of an amplified library as HiFi reads and marks or removes
4+ Takes one or multiple sequencing chips of an amplified library as HiFi reads and marks or removes
55 duplicates.
66keywords :
77 - markdup
@@ -11,9 +11,9 @@ keywords:
1111tools :
1212 - pbmarkdup :
1313 description : |
14- pbmarkdup identifies and marks duplicate reads in PacBio HiFi (CCS) data. It clusters
15- highly similar CCS reads to detect PCR duplicates and flags them in the BAM output
16- (duplicate bit 0x400), optionally removing duplicates.
14+ pbmarkdup identifies and marks duplicate reads in PacBio HiFi (CCS) data. It clusters
15+ highly similar CCS reads to detect PCR duplicates and flags them in the BAM output
16+ (duplicate bit 0x400), optionally removing duplicates.
1717 homepage : https://github.com/PacificBiosciences/pbmarkdup
1818 documentation : https://github.com/PacificBiosciences/pbmarkdup
1919 licence : ["BSD-3-Clause"]
@@ -31,20 +31,24 @@ input:
3131 pattern : " *.{bam,f*a,/.*f.*\\ .gz/}"
3232 ontologies :
3333 - edam : http://edamontology.org/format_2546 # FASTA-like
34+ - edam : " http://edamontology.org/format_1930" # FASTQ
35+ - edam : " http://edamontology.org/format_2572" # BAM
3436output :
3537 markduped :
3638 - - meta :
3739 type : map
3840 description : |
3941 Groovy Map containing sample information
4042 e.g. `[ id:'sample1' ]`
41- - " * .${suffix}" :
43+ - ${prefix} .${suffix} :
4244 type : file
4345 description : |
4446 Markduplicated sequencing reads in the same format as the input file.
4547 pattern : " *.{bam,f*a,/.*f.*\\ .gz/}"
4648 ontologies :
47- - edam : http://edamontology.org/format_3003
49+ - edam : http://edamontology.org/format_2546 # FASTA-like
50+ - edam : " http://edamontology.org/format_1930" # FASTQ
51+ - edam : " http://edamontology.org/format_2572" # BAM
4852 versions :
4953 - versions.yml :
5054 type : file
@@ -55,4 +59,4 @@ output:
5559authors :
5660 - " @sainsachiko"
5761maintainers :
58- - " @sainsachiko"
62+ - " @sainsachiko"
0 commit comments