Skip to content

Commit fdb2ab9

Browse files
authored
Merge branch 'master' into renovate/biocontainers-cooler-0.x
2 parents 6a97fdb + e648108 commit fdb2ab9

File tree

92 files changed

+1366
-651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1366
-651
lines changed

.github/skip_nf_test.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"modules/nf-core/purgedups/calcuts",
7272
"modules/nf-core/purgedups/getseqs",
7373
"modules/nf-core/purgedups/purgedups",
74-
"modules/nf-core/quartonotebook",
7574
"modules/nf-core/scimap/mcmicro",
7675
"modules/nf-core/scimap/spatiallda",
7776
"modules/nf-core/sentieon/bwaindex",

modules/nf-core/abacas/meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ output:
5555
'*.abacas.tab', '*.abacas.unused.contigs.out',
5656
'*.abacas.MULTIFASTA.fa' ]
5757
pattern: "${prefix}.*"
58-
ontologies: []
58+
ontologies:
59+
- edam: "http://edamontology.org/format_3750" # YAML
5960
- versions:
6061
- versions.yml:
6162
type: file

modules/nf-core/abricate/run/meta.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ input:
2222
type: file
2323
description: FASTA, GenBank or EMBL formatted file
2424
pattern: "*.{fa,fasta,fna,fa.gz,fasta.gz,fna.gz,gbk,gbk.gz,embl,embl.gz}"
25+
ontologies:
26+
- edam: 'http://edamontology.org/format_1929' # FASTA
27+
- edam: 'http://edamontology.org/format_1936' # GenBank
28+
- edam: 'http://edamontology.org/format_2204' # EMBL format
2529
- - databasedir:
2630
type: directory
2731
description: Optional location of local copy of database files, possibly with
@@ -38,11 +42,15 @@ output:
3842
type: file
3943
description: Tab-delimited report of results
4044
pattern: "*.{txt}"
45+
ontologies:
46+
- edam: 'http://edamontology.org/format_2330' # Textual format
4147
- versions:
4248
- versions.yml:
4349
type: file
4450
description: File containing software versions
4551
pattern: "versions.yml"
52+
ontologies:
53+
- edam: 'http://edamontology.org/format_3750' # YAML
4654
authors:
4755
- "@rpetit3"
4856
maintainers:

modules/nf-core/abricate/summary/meta.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ input:
2222
type: file
2323
description: FASTA, GenBank or EMBL formatted file
2424
pattern: "*.{fa,fasta,fna,fa.gz,fasta.gz,fna.gz,gbk,gbk.gz,embl,embl.gz}"
25+
ontologies:
26+
- edam: "http://edamontology.org/format_1929" # FASTA
27+
- edam: "http://edamontology.org/format_1936" # GenBank
28+
- edam: "http://edamontology.org/format_2204" # EMBL format (XML)
2529
output:
2630
- report:
2731
- meta:
@@ -33,11 +37,15 @@ output:
3337
type: file
3438
description: Tab-delimited report of aggregated results
3539
pattern: "*.{txt}"
40+
ontologies:
41+
- edam: "http://edamontology.org/format_2330" # Textual format
3642
- versions:
3743
- versions.yml:
3844
type: file
3945
description: File containing software versions
4046
pattern: "versions.yml"
47+
ontologies:
48+
- edam: "http://edamontology.org/format_3750" # YAML
4149
authors:
4250
- "@rpetit3"
4351
maintainers:

modules/nf-core/abritamr/run/meta.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,87 @@ input:
2626
type: file
2727
description: Assembled contigs in FASTA format
2828
pattern: "*.{fasta,fasta.gz,fa,fa.gz,fna,fna.gz,faa,faa.gz}"
29+
ontologies:
30+
- edam: "http://edamontology.org/format_1929" # FASTA
2931
output:
3032
- matches:
3133
- meta:
3234
type: file
3335
description: Tab-delimited file, with a row per sequence, and columns representing
3436
functional drug classes
3537
pattern: "*.summary_matches.txt"
38+
ontologies:
39+
- edam: "http://edamontology.org/format_2330" # Textual format
3640
- "*.summary_matches.txt":
3741
type: file
3842
description: Tab-delimited file, with a row per sequence, and columns representing
3943
functional drug classes
4044
pattern: "*.summary_matches.txt"
45+
ontologies:
46+
- edam: "http://edamontology.org/format_2330" # Textual format
4147
- partials:
4248
- meta:
4349
type: file
4450
description: Tab-delimited file, with a row per sequence, and columns representing
4551
partial hits to functional drug classes
4652
pattern: "*.summary_partials.txt"
53+
ontologies:
54+
- edam: "http://edamontology.org/format_2330" # Textual format
4755
- "*.summary_partials.txt":
4856
type: file
4957
description: Tab-delimited file, with a row per sequence, and columns representing
5058
partial hits to functional drug classes
5159
pattern: "*.summary_partials.txt"
60+
ontologies:
61+
- edam: "http://edamontology.org/format_2330" # Textual format
5262
- virulence:
5363
- meta:
5464
type: string
5565
description: Tab-delimited file, with a row per sequence, and columns representing
5666
AMRFinderPlus virulence gene classification
5767
pattern: "*.summary_virulence.txt"
68+
ontologies:
69+
- edam: "http://edamontology.org/format_2330" # Textual format
5870
- "*.summary_virulence.txt":
5971
type: string
6072
description: Tab-delimited file, with a row per sequence, and columns representing
6173
AMRFinderPlus virulence gene classification
6274
pattern: "*.summary_virulence.txt"
75+
ontologies:
76+
- edam: "http://edamontology.org/format_2330" # Textual format
6377
- out:
6478
- meta:
6579
type: string
6680
description: raw output from AMRFinder plus (per sequence)
6781
pattern: "*.amrfinder.txt"
82+
ontologies:
83+
- edam: "http://edamontology.org/format_2330" # Textual format
6884
- "*.amrfinder.out":
6985
type: string
7086
description: raw output from AMRFinder plus (per sequence)
7187
pattern: "*.amrfinder.txt"
88+
ontologies:
89+
- edam: "http://edamontology.org/format_2330" # Textual format
7290
- txt:
7391
- meta:
7492
type: string
7593
description: Tab-delimited file, combining non-empty summary files
7694
pattern: "*.abritamr.txt"
95+
ontologies:
96+
- edam: "http://edamontology.org/format_2330" # Textual format
7797
- "*.abritamr.txt":
7898
type: string
7999
description: Tab-delimited file, combining non-empty summary files
80100
pattern: "*.abritamr.txt"
101+
ontologies:
102+
- edam: "http://edamontology.org/format_2330" # Textual format
81103
- versions:
82104
- versions.yml:
83105
type: file
84106
description: File containing software versions
85107
pattern: "versions.yml"
108+
ontologies:
109+
- edam: "http://edamontology.org/format_3750" # YAML
86110
authors:
87111
- "@rpetit3"
88112
maintainers:

modules/nf-core/adapterremoval/meta.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ input:
2424
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
2525
respectively.
2626
pattern: "*.{fq,fastq,fq.gz,fastq.gz}"
27+
ontologies:
28+
- edam: "http://edamontology.org/format_1930" # FASTQ
2729
- - adapterlist:
2830
type: file
2931
description: Optional text file containing list of adapters to look for for
3032
removal with one adapter per line. Otherwise will look for default adapters
3133
(see AdapterRemoval man page), or can be modified to remove user-specified
3234
adapters via ext.args.
35+
ontologies:
36+
- edam: "http://edamontology.org/format_2330" # Textual format
3337
output:
3438
- singles_truncated:
3539
- meta:
@@ -39,26 +43,34 @@ output:
3943
'orphaned' reads from merging of paired-end data (i.e., one of the pair
4044
was lost due to filtering thresholds).
4145
pattern: "*.truncated.fastq.gz"
46+
ontologies:
47+
- edam: "http://edamontology.org/format_1930" # FASTQ
4248
- ${prefix}.truncated.fastq.gz:
4349
type: file
4450
description: |
4551
Adapter trimmed FastQ files of either single-end reads, or singleton
4652
'orphaned' reads from merging of paired-end data (i.e., one of the pair
4753
was lost due to filtering thresholds).
4854
pattern: "*.truncated.fastq.gz"
55+
ontologies:
56+
- edam: "http://edamontology.org/format_1930" # FASTQ
4957
- discarded:
5058
- meta:
5159
type: file
5260
description: |
5361
Adapter trimmed FastQ files of reads that did not pass filtering
5462
thresholds.
5563
pattern: "*.discarded.fastq.gz"
64+
ontologies:
65+
- edam: "http://edamontology.org/format_1930" # FASTQ
5666
- ${prefix}.discarded.fastq.gz:
5767
type: file
5868
description: |
5969
Adapter trimmed FastQ files of reads that did not pass filtering
6070
thresholds.
6171
pattern: "*.discarded.fastq.gz"
72+
ontologies:
73+
- edam: "http://edamontology.org/format_1930" # FASTQ
6274
- paired_truncated:
6375
- meta:
6476
type: file
@@ -67,64 +79,86 @@ output:
6779
with their respective R{1,2} pair due to long templates. The respective pair
6880
is stored in 'pair{1,2}_truncated'.
6981
pattern: "*.pair{1,2}.truncated.fastq.gz"
82+
ontologies:
83+
- edam: "http://edamontology.org/format_1930" # FASTQ
7084
- ${prefix}.pair{1,2}.truncated.fastq.gz:
7185
type: file
7286
description: |
7387
Adapter trimmed R{1,2} FastQ files of paired-end reads that did not merge
7488
with their respective R{1,2} pair due to long templates. The respective pair
7589
is stored in 'pair{1,2}_truncated'.
7690
pattern: "*.pair{1,2}.truncated.fastq.gz"
91+
ontologies:
92+
- edam: "http://edamontology.org/format_1930" # FASTQ
7793
- collapsed:
7894
- meta:
7995
type: file
8096
description: |
8197
Collapsed FastQ of paired-end reads that successfully merged with their
8298
respective R1 pair but were not trimmed.
8399
pattern: "*.collapsed.fastq.gz"
100+
ontologies:
101+
- edam: "http://edamontology.org/format_1930" # FASTQ
84102
- ${prefix}.collapsed.fastq.gz:
85103
type: file
86104
description: |
87105
Collapsed FastQ of paired-end reads that successfully merged with their
88106
respective R1 pair but were not trimmed.
89107
pattern: "*.collapsed.fastq.gz"
108+
ontologies:
109+
- edam: "http://edamontology.org/format_1930" # FASTQ
90110
- collapsed_truncated:
91111
- meta:
92112
type: file
93113
description: |
94114
Collapsed FastQ of paired-end reads that successfully merged with their
95115
respective R1 pair and were trimmed of adapter due to sufficient overlap.
96116
pattern: "*.collapsed.truncated.fastq.gz"
117+
ontologies:
118+
- edam: "http://edamontology.org/format_1930" # FASTQ
97119
- ${prefix}.collapsed.truncated.fastq.gz:
98120
type: file
99121
description: |
100122
Collapsed FastQ of paired-end reads that successfully merged with their
101123
respective R1 pair and were trimmed of adapter due to sufficient overlap.
102124
pattern: "*.collapsed.truncated.fastq.gz"
125+
ontologies:
126+
- edam: "http://edamontology.org/format_1930" # FASTQ
103127
- paired_interleaved:
104128
- meta:
105129
type: file
106130
description: |
107131
Write paired-end reads to a single file, interleaving mate 1 and mate 2 reads
108132
pattern: "*.paired.fastq.gz"
133+
ontologies:
134+
- edam: "http://edamontology.org/format_1930" # FASTQ
109135
- ${prefix}.paired.fastq.gz:
110136
type: file
111137
description: |
112138
Write paired-end reads to a single file, interleaving mate 1 and mate 2 reads
113139
pattern: "*.paired.fastq.gz"
140+
ontologies:
141+
- edam: "http://edamontology.org/format_1930" # FASTQ
114142
- settings:
115143
- meta:
116144
type: file
117145
description: AdapterRemoval log file
118146
pattern: "*.settings"
147+
ontologies:
148+
- edam: "http://edamontology.org/format_2330" # Textual format
119149
- "*.settings":
120150
type: file
121151
description: AdapterRemoval log file
122152
pattern: "*.settings"
153+
ontologies:
154+
- edam: "http://edamontology.org/format_2330" # Textual format
123155
- versions:
124156
- versions.yml:
125157
type: file
126158
description: File containing software versions
127159
pattern: "versions.yml"
160+
ontologies:
161+
- edam: "http://edamontology.org/format_3750" # YAML
128162
authors:
129163
- "@maxibor"
130164
- "@jfy133"

modules/nf-core/adapterremovalfixprefix/meta.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ input:
2424
type: file
2525
description: FASTQ file from AdapterRemoval2
2626
pattern: "*.{fq.gz,fastq.gz}"
27+
ontologies:
28+
- edam: "http://edamontology.org/format_1930" # FASTQ
2729
output:
2830
- fixed_fastq:
2931
- meta:
@@ -35,11 +37,15 @@ output:
3537
type: file
3638
description: FASTQ file with fixed read prefixes for DeDup
3739
pattern: "*.{fq.gz}"
40+
ontologies:
41+
- edam: "http://edamontology.org/format_1930" # FASTQ
3842
- versions:
3943
- versions.yml:
4044
type: file
4145
description: File containing software versions
4246
pattern: "versions.yml"
47+
ontologies:
48+
- edam: "http://edamontology.org/format_3750" # YAML
4349
authors:
4450
- "@jfy133"
4551
maintainers:

modules/nf-core/admixture/meta.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,21 @@ input:
3030
If you provide ".ped" or ".geno" then you need to provide a ".map" file and
3131
an empty channel.
3232
pattern: "*.{bed}"
33+
ontologies:
34+
- edam: "http://edamontology.org/format_3586" # bed12
3335
- bim_map:
3436
type: file
3537
description: Mandatory accompanying file. One of PLINK ".bim" file or PLINK
3638
".map" file. Provide ".bim" if ".bed" is the input. Provide ".map" if ".ped"
3739
or ".geno" is the input.
3840
pattern: "*.{bim}"
41+
ontologies: []
3942
- fam:
4043
type: file
4144
description: PLINK ".fam" file. Mandatory if you provide ".bed" as input. Replace
4245
with an empty channel if input is ".ped" or ".geno".
4346
pattern: "*.{fam}"
47+
ontologies: []
4448
- - K:
4549
type: integer
4650
description: Belief of the number of ancestral populations.
@@ -57,6 +61,7 @@ output:
5761
description: Space-delimited files containing ancestry fractions. The output
5862
filenames have the number of populations (K) that was assumed for the analysis.
5963
pattern: "*.{Q}"
64+
ontologies: []
6065
- allele_frequencies:
6166
- meta:
6267
type: map
@@ -69,11 +74,14 @@ output:
6974
inferred ancestral populations. The output filenames have the number of populations
7075
(K) that was assumed for the analysis.
7176
pattern: "*.{P}"
77+
ontologies: []
7278
- versions:
7379
- versions.yml:
7480
type: file
7581
description: File containing software versions
7682
pattern: "versions.yml"
83+
ontologies:
84+
- edam: "http://edamontology.org/format_3750" # YAML
7785
authors:
7886
- "@atrigila"
7987
maintainers:

0 commit comments

Comments
 (0)