Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 23, 2024
1 parent 57762a7 commit d744c99
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 256 deletions.
5 changes: 0 additions & 5 deletions conf/test_bgc_bakta.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ params {
config_profile_name = 'BGC Bakta test profile'
config_profile_description = 'Minimal test dataset to check BGC workflow function'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = '8.GB'
max_time = '6.h'

// Input data
input = params.pipelines_testdata_base_path + 'funcscan/samplesheet_reduced.csv'

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "878d2adbb911aa6e15c06a4d1e93d01bd6f26c74",
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
"installed_by": ["modules"]
},
"prodigal": {
Expand Down
43 changes: 22 additions & 21 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/multiqc/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ params {
version = false
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/'

// To stop the random warning coming from nf-validation, remove on upgrade to nf-schema
monochromeLogs = null

// Taxonomy classification options
run_taxa_classification = false
taxa_classification_tool = 'mmseqs2'
Expand Down Expand Up @@ -433,6 +430,7 @@ manifest {
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
version = '2.1.0dev'
doi = '10.5281/zenodo.7643099'
}

// Nextflow plugins
Expand Down
Loading

0 comments on commit d744c99

Please sign in to comment.