Skip to content

Commit 3e48824

Browse files
committed
[automated] Fix code linting
1 parent 2ed16ce commit 3e48824

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

.nf-core.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
lint:
22
files_unchanged:
3-
- lib/NfcoreTemplate.groovy
3+
- lib/NfcoreTemplate.groovy
44
nextflow_config:
5-
- config_defaults:
6-
- params.phix_reference
7-
- params.lambda_reference
5+
- config_defaults:
6+
- params.phix_reference
7+
- params.lambda_reference
88
nf_core_version: 3.2.1
99
repository_type: pipeline
1010
template:

assets/multiqc_config.yml

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -17,93 +17,93 @@ disable_version_detection: true
1717
data_format: "yaml"
1818

1919
run_modules:
20-
- fastqc
21-
- fastp
22-
- adapterremoval
23-
- custom_content
24-
- bowtie2
25-
- busco
26-
- quast
27-
- kraken
28-
- prokka
29-
- porechop
30-
- filtlong
31-
- trimmomatic
20+
- fastqc
21+
- fastp
22+
- adapterremoval
23+
- custom_content
24+
- bowtie2
25+
- busco
26+
- quast
27+
- kraken
28+
- prokka
29+
- porechop
30+
- filtlong
31+
- trimmomatic
3232

3333
## Module order
3434
top_modules:
35-
- "fastqc":
36-
name: "FastQC: raw reads"
37-
path_filters_exclude:
38-
- "*trimmed*"
39-
- "fastp"
40-
- "adapterremoval"
41-
- "trimmomatic"
42-
- "porechop"
43-
- "filtlong"
44-
- "fastqc":
45-
name: "FastQC: after preprocessing"
46-
info: "After trimming and, if requested, contamination removal."
47-
path_filters:
48-
- "*trimmed*"
49-
- "bowtie2":
50-
name: "Bowtie2: PhiX removal"
51-
info: "Mapping statistics of reads mapped against PhiX and subsequently removed."
52-
path_filters:
53-
- "*_phix_removed.bowtie2.log"
54-
- "bowtie2":
55-
name: "Bowtie2: host removal"
56-
info: "Mapping statistics of reads mapped against host genome and subsequently
57-
removed."
58-
path_filters:
59-
- "*_host_removed.bowtie2.log"
60-
- "kraken":
61-
name: "Kraken2"
62-
anchor: "Kraken2"
63-
target: "Kraken2"
64-
doi: "10.1101/gr.210641.116"
65-
path_filters:
66-
- "*.kraken2_report.txt"
67-
- "kraken":
68-
name: "Centrifuge"
69-
anchor: "centrifuge"
70-
target: "Centrifuge"
71-
doi: "10.1101/gr.210641.116"
72-
info: "is a very rapid and memory-efficient system for the classification of DNA
73-
sequences from microbial samples. The system uses a novel indexing scheme based
74-
on the Burrows-Wheeler transform (BWT) and the Ferragina-Manzini (FM) index.
75-
Note: Figure title"
76-
extra: "ℹ️: plot title will say Kraken2 due to Centrifuge producing the same output
77-
format as Kraken. If activated, see the actual Kraken2 results in the section
78-
above."
79-
path_filters:
80-
- "*.centrifuge_kreport.txt"
81-
- "quast":
82-
name: "QUAST: assembly"
83-
info: "Assembly statistics of raw assemblies."
84-
path_filters:
85-
- "*rawassemblies.tsv"
86-
- "bowtie2":
87-
name: "Bowtie2: assembly"
88-
info: "Mapping statistics of reads mapped against assemblies."
89-
path_filters_exclude:
90-
- "*_host_removed.bowtie2.log"
91-
- "*_phix_removed.bowtie2.log"
92-
- "bcftools"
93-
- custom_content
94-
- "quast":
95-
name: "QUAST: bins"
96-
info: "Assembly statistics of binned assemblies."
97-
path_filters_exclude:
98-
- "*rawassemblies.tsv"
99-
- "busco":
100-
info: "assesses genome assembly and annotation completeness with Benchmarking
101-
Universal Single-Copy Orthologs. In case BUSCO's automated lineage selection
102-
was used, only generic results for the selected domain are shown and only for
103-
genome bins and kept, unbinned contigs for which the BUSCO analysis was successfull,
104-
i.e. not for contigs for which no BUSCO genes could be found. Bins for which
105-
a specific virus lineage was selected are also not shown."
106-
- "prokka"
35+
- "fastqc":
36+
name: "FastQC: raw reads"
37+
path_filters_exclude:
38+
- "*trimmed*"
39+
- "fastp"
40+
- "adapterremoval"
41+
- "trimmomatic"
42+
- "porechop"
43+
- "filtlong"
44+
- "fastqc":
45+
name: "FastQC: after preprocessing"
46+
info: "After trimming and, if requested, contamination removal."
47+
path_filters:
48+
- "*trimmed*"
49+
- "bowtie2":
50+
name: "Bowtie2: PhiX removal"
51+
info: "Mapping statistics of reads mapped against PhiX and subsequently removed."
52+
path_filters:
53+
- "*_phix_removed.bowtie2.log"
54+
- "bowtie2":
55+
name: "Bowtie2: host removal"
56+
info: "Mapping statistics of reads mapped against host genome and subsequently
57+
removed."
58+
path_filters:
59+
- "*_host_removed.bowtie2.log"
60+
- "kraken":
61+
name: "Kraken2"
62+
anchor: "Kraken2"
63+
target: "Kraken2"
64+
doi: "10.1101/gr.210641.116"
65+
path_filters:
66+
- "*.kraken2_report.txt"
67+
- "kraken":
68+
name: "Centrifuge"
69+
anchor: "centrifuge"
70+
target: "Centrifuge"
71+
doi: "10.1101/gr.210641.116"
72+
info: "is a very rapid and memory-efficient system for the classification of DNA
73+
sequences from microbial samples. The system uses a novel indexing scheme based
74+
on the Burrows-Wheeler transform (BWT) and the Ferragina-Manzini (FM) index.
75+
Note: Figure title"
76+
extra: "ℹ️: plot title will say Kraken2 due to Centrifuge producing the same output
77+
format as Kraken. If activated, see the actual Kraken2 results in the section
78+
above."
79+
path_filters:
80+
- "*.centrifuge_kreport.txt"
81+
- "quast":
82+
name: "QUAST: assembly"
83+
info: "Assembly statistics of raw assemblies."
84+
path_filters:
85+
- "*rawassemblies.tsv"
86+
- "bowtie2":
87+
name: "Bowtie2: assembly"
88+
info: "Mapping statistics of reads mapped against assemblies."
89+
path_filters_exclude:
90+
- "*_host_removed.bowtie2.log"
91+
- "*_phix_removed.bowtie2.log"
92+
- "bcftools"
93+
- custom_content
94+
- "quast":
95+
name: "QUAST: bins"
96+
info: "Assembly statistics of binned assemblies."
97+
path_filters_exclude:
98+
- "*rawassemblies.tsv"
99+
- "busco":
100+
info: "assesses genome assembly and annotation completeness with Benchmarking
101+
Universal Single-Copy Orthologs. In case BUSCO's automated lineage selection
102+
was used, only generic results for the selected domain are shown and only for
103+
genome bins and kept, unbinned contigs for which the BUSCO analysis was successfull,
104+
i.e. not for contigs for which no BUSCO genes could be found. Bins for which
105+
a specific virus lineage was selected are also not shown."
106+
- "prokka"
107107

108108
custom_data:
109109
host_removal:
@@ -133,14 +133,14 @@ sp:
133133

134134
## File name cleaning
135135
extra_fn_clean_exts:
136-
- ".bowtie2"
137-
- "_ar2"
138-
- "host_removed"
139-
- "phix_removed"
140-
- "centrifuge_kreport"
141-
- "_fastp"
142-
- "_trimmomatic_trim.log"
143-
- "_trimmomatic_trim"
136+
- ".bowtie2"
137+
- "_ar2"
138+
- "host_removed"
139+
- "phix_removed"
140+
- "centrifuge_kreport"
141+
- "_fastp"
142+
- "_trimmomatic_trim.log"
143+
- "_trimmomatic_trim"
144144

145145
## Prettification
146146
custom_logo: "mag_logo_mascot_light.png"

0 commit comments

Comments
 (0)