Skip to content

Commit

Permalink
add paired_end_read_merger
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jun 5, 2024
1 parent a205de3 commit acda0df
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions workflow/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@
"type": "string",
"default": "frameshift_deletions_checks"
},
"paired_end_read_merger": {
"type": "string",
"default": "paired_end_read_merger"
},
"mafft": {
"type": "string",
"default": "mafft"
Expand Down Expand Up @@ -993,6 +997,27 @@
"default": {},
"type": "object"
},
"paired_end_read_merger": {
"properties": {
"mem": {
"type": "integer",
"default": 1250
},
"time": {
"type": "integer",
"default": 30
},
"threads": {
"type": "integer"
},
"conda": {
"type": "string",
"default": "{VPIPE_BASEDIR}/envs/paired_end_read_merger.yaml"
}
},
"default": {},
"type": "object"
},
"basecounts": {
"properties": {
"mem": {
Expand Down

0 comments on commit acda0df

Please sign in to comment.