Skip to content

Commit

Permalink
Cleanup samshee modules.config
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Oct 16, 2024
1 parent 2415665 commit 9adbcc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ process {
}

withName: SAMSHEE {
ext.json_schema_validator = { params.json_schema_validator ? "--schema '${params.json_schema_validator}'" : "" }
ext.name_schema_validator = { params.name_schema_validator ? "--schema '${params.name_schema_validator}'" : "" }
ext.v1 = { params.v1_schema ? "--output-format sectioned" : "" }
ext.args = [
params.json_schema_validator ? "--schema '${params.json_schema_validator}'" : "",
params.name_schema_validator ? "--schema '${params.name_schema_validator}'" : "",
Expand Down

0 comments on commit 9adbcc2

Please sign in to comment.