Skip to content

Commit

Permalink
chore: compilation fixed + testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Oct 14, 2024
1 parent d4829a5 commit 3bcf935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions snakemake_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ changelog:

- name: "configfile"
type: "subworkflow"
multiple_args_allowed: False

# ----------------------
- version: "3.5.5"
Expand Down Expand Up @@ -265,10 +266,6 @@ changelog:
type: "subworkflow"
multiple_args_allowed: False

- name: "configfile"
- name: "snakefile"
type: "subworkflow"
multiple_args_allowed: False

- name: "configfile"
type: "snakefile"
multiple_args_allowed: False
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ class SnakemakeAPIService {

@Service(Service.Level.PROJECT)
class SnakemakeAPIProjectService(val project: Project) {
fun isSingleArgumentSectionKeyword(keyword: String, contextKeyword: String): Boolean {
fun isSingleArgumentSectionKeyword(keyword: String, contextKeywordOrType: String): Boolean {

val settings = SmkSupportProjectSettings.getInstance(project)
Expand Down

0 comments on commit 3bcf935

Please sign in to comment.