Skip to content

Commit

Permalink
Fix linting, fix dastool input bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Downie committed Dec 6, 2024
1 parent ebec246 commit 59ede17
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 25 deletions.
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"gawk": {
"branch": "master",
"git_sha": "97321eded31a12598837a476d3615300af413bb7",
"git_sha": "caab1314ca62679b629da4c79afa9a4cab2bb8ee",
"installed_by": ["modules"]
},
"gtdbtk/classifywf": {
Expand Down
6 changes: 6 additions & 0 deletions modules/nf-core/gawk/main.nf

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

77 changes: 69 additions & 8 deletions modules/nf-core/gawk/tests/main.nf.test

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

35 changes: 34 additions & 1 deletion modules/nf-core/gawk/tests/main.nf.test.snap

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

4 changes: 2 additions & 2 deletions modules/nf-core/gawk/tests/nextflow.config

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

5 changes: 0 additions & 5 deletions modules/nf-core/gawk/tests/nextflow_with_program_file.config

This file was deleted.

17 changes: 10 additions & 7 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
}
}
},
"new_group_2": {
"title": "New Group 2",
"pipeline_options": {
"title": "Pipeline options",
"type": "object",
"description": "",
"default": "",
Expand Down Expand Up @@ -140,8 +140,8 @@
}
}
},
"new_group_1": {
"title": "New Group 1",
"bin_taxonomy_options": {
"title": "Bin taxonomy options",
"type": "object",
"description": "",
"default": "",
Expand All @@ -157,7 +157,10 @@
"gtdbtk_db": {
"type": "string"
},
"gtdbtk_mash_db": {
"gtdb_bac120_metadata": {
"type": "string"
},
"gtdb_ar53_metadata": {
"type": "string"
},
"gtdbtk_min_completeness": {
Expand Down Expand Up @@ -303,13 +306,13 @@
"$ref": "#/$defs/bin_refinement_options"
},
{
"$ref": "#/$defs/new_group_2"
"$ref": "#/$defs/pipeline_options"
},
{
"$ref": "#/$defs/bin_qc_options"
},
{
"$ref": "#/$defs/new_group_1"
"$ref": "#/$defs/bin_taxonomy_options"
},
{
"$ref": "#/$defs/institutional_config_options"
Expand Down
2 changes: 1 addition & 1 deletion workflows/longreadmag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ workflow LONGREADMAG {
BIN_REFINEMENT(
ASSEMBLY.out.assemblies,
ASSEMBLY.out.proteins,
BINNING.out.bins
BINNING.out.contig2bin
)
}

Expand Down

0 comments on commit 59ede17

Please sign in to comment.