Skip to content

Commit

Permalink
GSvar docu: updated settings related to client-server mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Oct 10, 2024
1 parent 3a60307 commit 24c1e9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions bin/GSvar.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ gsvar_file_outdated_before = 2021-12-01
interpretability_regions =
text_editor =

#Path to the file that includes root and intermediate certificates, needed to access BAM files over HTTPS
curl_ca_bundle = "ca-bundle.crt"

#Check for the user notifications comming from the server (e.g. information about updates)
#GSvar server
server_host = ""
server_port =
curl_ca_bundle = ""
display_user_notifications = true
use_proxy_for_gsvar_server = false
4 changes: 0 additions & 4 deletions bin/settings.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,5 @@ nova_seq_x_sw_version = "4.1.23"
nova_seq_x_app_version = "1.2.1"
nova_seq_x_keep_fastq = 1

# For accessing an external GSvar server through a proxy,
# while using inside the internal network should be set to False
use_proxy_for_gsvar_server = false

#location, used to enable site-specific adaptations
location = ""
6 changes: 5 additions & 1 deletion doc/GSvar/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The settings are:
- *genlab\_...*: Database credentials for the GenLab (if available)
- *projects\_folder\_...*: Prject data folders for different project types (diagnostic, research, test, external)
- *data\_folder*: megSAP data folder used to find target region BED files of processing systems
- *use_proxy_for_gsvar_server*: for using an external GSvar server should be set to True (if your network is behind a HTTP proxy server)

### GSvar.ini

Expand All @@ -48,6 +47,11 @@ The most important settings are:
- region name
- path to BED file
- *text\_editor*: Path of the preferred text editor. It is e.g. used to open log files.
- *server\_host*: The host the GSvar server is running on.
- *server\_port*: The port the GSvar server is running on.
- *display_user_notifications*: Flag to indicate if user notifications from the server should be shown (default is true).
- *curl_ca_bundle*: SSL certificate needed to access BAM/CRAM files on the server (handed to libcurl).
- *use_proxy_for_gsvar_server*: for using an external GSvar server should be set to True (if your network is behind a HTTP proxy server)-.

## Filters

Expand Down

0 comments on commit 24c1e9d

Please sign in to comment.