Skip to content

Commit

Permalink
new options in config
Browse files Browse the repository at this point in the history
  • Loading branch information
BioInf2305 committed Jun 24, 2023
1 parent 80307a1 commit 45a3511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ params {
dbsnp = null
batch_size = 10
add_gvcf = true
target_pos_file = null



Expand Down
5 changes: 5 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
"add_gvcf": {
"type": "boolean",
"description": "Whether or not to add gvcf"
},
"target_pos_file": {
"type": "string",
"default": "na",
"description": "path to the file containing target positions"
}
}
},
Expand Down

0 comments on commit 45a3511

Please sign in to comment.