mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Fix YAML validation errors
This commit is contained in:
parent
263f48d520
commit
47d55001fa
18 changed files with 52 additions and 54 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit aae85a5c9c72238959108212481ce83bae569709
|
Subproject commit e5fef88994b8d34c7bf4b07116e5f7a330d2ee3b
|
|
@ -28,10 +28,10 @@ output:
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: mapping statistics report
|
description: mapping statistics report
|
||||||
pattern: *bowtie2_stats.txt
|
pattern: "*bowtie2_stats.txt"
|
||||||
- alignment:
|
- alignment:
|
||||||
type: file
|
type: file
|
||||||
description: alignment file in BAM format
|
description: alignment file in BAM format
|
||||||
pattern: *bowtie2.bam
|
pattern: "*bowtie2.bam"
|
||||||
authors:
|
authors:
|
||||||
- @FelixKrueger
|
- "@FelixKrueger"
|
||||||
|
|
|
@ -14,12 +14,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input fasta file
|
description: Input fasta file
|
||||||
pattern: *.{fasta,fa}
|
pattern: "*.{fasta,fa}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- index:
|
- index:
|
||||||
type: file
|
type: file
|
||||||
description: bwa indexes file
|
description: bwa indexes file
|
||||||
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
|
pattern: "*.{fasta,fa}.{amb,ann,bwt,pac,sa}"
|
||||||
authors:
|
authors:
|
||||||
- @maxulysse
|
- "@maxulysse"
|
||||||
|
|
|
@ -19,11 +19,11 @@ input:
|
||||||
- reads:
|
- reads:
|
||||||
type: file
|
type: file
|
||||||
description: Input fastq file
|
description: Input fastq file
|
||||||
pattern: *.{fastq,fq}
|
pattern: "*.{fastq,fq}"
|
||||||
- index:
|
- index:
|
||||||
type: file
|
type: file
|
||||||
description: bwa indexes file
|
description: bwa indexes file
|
||||||
pattern: *.{amb,ann,bwt,pac,sa}
|
pattern: "*.{amb,ann,bwt,pac,sa}"
|
||||||
- prefix:
|
- prefix:
|
||||||
type: val
|
type: val
|
||||||
description: bwa index prefix, equivalent to index file names without extensions. Usually the reference genome file name unless otherwise specified.
|
description: bwa index prefix, equivalent to index file names without extensions. Usually the reference genome file name unless otherwise specified.
|
||||||
|
@ -32,11 +32,11 @@ output:
|
||||||
- bam:
|
- bam:
|
||||||
type: file
|
type: file
|
||||||
description: Output bam file
|
description: Output bam file
|
||||||
pattern: *.bam
|
pattern: "*.bam"
|
||||||
- bamindex:
|
- bamindex:
|
||||||
type: file
|
type: file
|
||||||
description: Output bam index file
|
description: Output bam index file
|
||||||
pattern: *.bai
|
pattern: "*.bai"
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- @jeremy1805
|
- "@jeremy1805"
|
||||||
|
|
|
@ -33,4 +33,4 @@ output:
|
||||||
type: file
|
type: file
|
||||||
description: trimmed FastQ file, or pair of files
|
description: trimmed FastQ file, or pair of files
|
||||||
authors:
|
authors:
|
||||||
- @piotr-faba-ardigen
|
- "@piotr-faba-ardigen"
|
||||||
|
|
|
@ -25,7 +25,7 @@ output:
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: FastQ Screen report
|
description: FastQ Screen report
|
||||||
pattern: *_screen.{txt,html,png}
|
pattern: "*_screen.{txt,html,png}"
|
||||||
optional_pattern: *_screen.bisulfite_orientation.png
|
optional_pattern: "*_screen.bisulfite_orientation.png"
|
||||||
authors:
|
authors:
|
||||||
- @FelixKrueger
|
- "@FelixKrueger"
|
||||||
|
|
|
@ -27,8 +27,7 @@ output:
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: FastQC report
|
description: FastQC report
|
||||||
pattern: *_fastqc.{zip,html}
|
pattern: "*_fastqc.{zip,html}"
|
||||||
authors:
|
authors:
|
||||||
-
|
- "@ewels"
|
||||||
- @ewels
|
- "@FelixKrueger"
|
||||||
- @FelixKrueger
|
|
||||||
|
|
|
@ -14,12 +14,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input fasta file
|
description: Input fasta file
|
||||||
pattern: *.{fasta,fa}
|
pattern: "*.{fasta,fa}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- dict:
|
- dict:
|
||||||
type: file
|
type: file
|
||||||
description: gatk dictionary file
|
description: gatk dictionary file
|
||||||
pattern: *.{fasta,fa}.{dict}
|
pattern: "*.{fasta,fa}.{dict}"
|
||||||
authors:
|
authors:
|
||||||
- @maxulysse
|
- "@maxulysse"
|
||||||
|
|
|
@ -28,10 +28,10 @@ output:
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: mapping statistics report
|
description: mapping statistics report
|
||||||
pattern: *hisat2_stats.txt
|
pattern: "*hisat2_stats.txt"
|
||||||
- alignment:
|
- alignment:
|
||||||
type: file
|
type: file
|
||||||
description: alignment file in BAM format
|
description: alignment file in BAM format
|
||||||
pattern: *hisat2.bam
|
pattern: "*hisat2.bam"
|
||||||
authors:
|
authors:
|
||||||
- @FelixKrueger
|
- "@FelixKrueger"
|
||||||
|
|
|
@ -15,12 +15,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input vcf.gz file
|
description: Input vcf.gz file
|
||||||
pattern: *.{vcf.gz}
|
pattern: "*.{vcf.gz}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- index:
|
- index:
|
||||||
type: file
|
type: file
|
||||||
description: tabix index file
|
description: tabix index file
|
||||||
pattern: *.{vcf.gz.tbi}
|
pattern: "*.{vcf.gz.tbi}"
|
||||||
authors:
|
authors:
|
||||||
- @maxulysse
|
- "@maxulysse"
|
||||||
|
|
|
@ -21,6 +21,6 @@ output:
|
||||||
- multiqc_report:
|
- multiqc_report:
|
||||||
type: file
|
type: file
|
||||||
description: MultiQC report
|
description: MultiQC report
|
||||||
pattern: *multiqc*.html
|
pattern: "*multiqc*.html"
|
||||||
authors:
|
authors:
|
||||||
- @FelixKrueger
|
- "@FelixKrueger"
|
||||||
|
|
|
@ -16,12 +16,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input fasta file
|
description: Input fasta file
|
||||||
pattern: *.{fasta,fa}
|
pattern: "*.{fasta,fa}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- faidx:
|
- faidx:
|
||||||
type: file
|
type: file
|
||||||
description: samtools index fasta file
|
description: samtools index fasta file
|
||||||
pattern: *.fasta.fai
|
pattern: "*.fasta.fai"
|
||||||
authors:
|
authors:
|
||||||
- @maxulysse
|
- "@maxulysse"
|
||||||
|
|
|
@ -16,12 +16,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input BAM or CRAM file
|
description: Input BAM or CRAM file
|
||||||
pattern: *.{bam,cram}
|
pattern: "*.{bam,cram}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- index:
|
- index:
|
||||||
type: file
|
type: file
|
||||||
description: BAM or CRAM index file
|
description: BAM or CRAM index file
|
||||||
pattern: *.{bai}
|
pattern: "*.{bai}"
|
||||||
authors:
|
authors:
|
||||||
- @ewels
|
- "@ewels"
|
||||||
|
|
|
@ -16,12 +16,12 @@ input:
|
||||||
- input:
|
- input:
|
||||||
type: file
|
type: file
|
||||||
description: Input BAM or CRAM file
|
description: Input BAM or CRAM file
|
||||||
pattern: *.{bam,cram}
|
pattern: "*.{bam,cram}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- sorted_file:
|
- sorted_file:
|
||||||
type: file
|
type: file
|
||||||
description: Sorted BAM or CRAM file
|
description: Sorted BAM or CRAM file
|
||||||
pattern: *.{bam,cram}
|
pattern: "*.{bam,cram}"
|
||||||
authors:
|
authors:
|
||||||
- @ewels
|
- "@ewels"
|
||||||
|
|
|
@ -27,4 +27,4 @@ output:
|
||||||
description: fasta file
|
description: fasta file
|
||||||
pattern: ${sample_id}.fasta
|
pattern: ${sample_id}.fasta
|
||||||
authors:
|
authors:
|
||||||
- @annacprice
|
- "@annacprice"
|
||||||
|
|
|
@ -16,13 +16,13 @@ input:
|
||||||
- fasta:
|
- fasta:
|
||||||
type: path
|
type: path
|
||||||
description: Input fasta file
|
description: Input fasta file
|
||||||
pattern: *.{fasta,fa,tfa}
|
pattern: "*.{fasta,fa,tfa}"
|
||||||
output:
|
output:
|
||||||
-
|
-
|
||||||
- alignment:
|
- alignment:
|
||||||
type: file
|
type: file
|
||||||
description: tcoffee alignment file
|
description: tcoffee alignment file
|
||||||
pattern: *.aln
|
pattern: "*.aln"
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- @JoseEspinosa
|
- "@JoseEspinosa"
|
||||||
|
|
|
@ -28,14 +28,13 @@ output:
|
||||||
- trimmed_fastq:
|
- trimmed_fastq:
|
||||||
type: file
|
type: file
|
||||||
description: Trimmed FastQ files
|
description: Trimmed FastQ files
|
||||||
pattern: *fq.gz
|
pattern: "*fq.gz"
|
||||||
-
|
-
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: Trim Galore! trimming report
|
description: Trim Galore! trimming report
|
||||||
pattern: *trimming_report.txt
|
pattern: "*trimming_report.txt"
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
-
|
- "@ewels"
|
||||||
- @ewels
|
- "@FelixKrueger"
|
||||||
- @FelixKrueger
|
|
||||||
|
|
|
@ -31,15 +31,15 @@ processes:
|
||||||
- dedupBam:
|
- dedupBam:
|
||||||
type: tuple
|
type: tuple
|
||||||
description: A tuple of samples id and output bam file
|
description: A tuple of samples id and output bam file
|
||||||
pattern: [sample_id, *SAMPLE_ID.dedup.bam]
|
pattern: [sample_id, "*SAMPLE_ID.dedup.bam"]
|
||||||
- dedupBam:
|
- dedupBam:
|
||||||
type: tuple
|
type: tuple
|
||||||
description: A tuple of samples id and output bai file
|
description: A tuple of samples id and output bai file
|
||||||
pattern: [sample_id, *SAMPLE_ID.dedup.bam.bai]
|
pattern: [sample_id, "*SAMPLE_ID.dedup.bam.bai"]
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: Log file for the umi_tools operation
|
description: Log file for the umi_tools operation
|
||||||
pattern: *SAMPLE_ID.dedup.log
|
pattern: "*SAMPLE_ID.dedup.log"
|
||||||
authors:
|
authors:
|
||||||
- @candiceh08
|
- "@candiceh08"
|
||||||
- @chris-cheshire
|
- "@chris-cheshire"
|
||||||
|
|
Loading…
Reference in a new issue