1.1 Configuration Updates
1.1.1 Import worker configuration in settings_import.toml :
fusion_format_dir
Add the key fusion_format_dir in [vcf_to_json] section.
It must point to a new folder in datafiles/vcf_to_json named fusion_format, containing a star_fusion_annotator file (cf https://gleaves.laboratoire-seqoia.fr/download/conf/workers/datafiles/vcf_to_json/)
prefix_fusion
Add the key prefix_fusion in [vcf_to_json] section.
This key can have a value such as dossierfusion_ for exemple. The value must be identical between the import worker, the index worker, and gLeaves (where it is called esFusionIndexPrefix).
[vcf_to_json] prefix_fusion="$PathToDatafiles/vcf_to_json/fusion_format" fusion_format_dir="dossierfusion_"
1.1.2 Index worker configuration in settings_index.toml
Add the key fusion_es_mapping_file in the [elasticsearch] section.
The file must be downloaded from: https://gleaves.laboratoire-seqoia.fr/download/conf/workers/datafiles/json_to_es/ and placed in the appropriate location.
[elasticsearch] fusion_es_mapping_file="/etc/gleaves_worker/datafiles/json_to_es/fusion_es_mapping.json"
Add the key prefix_fusion in [vcf_to_json] section. This key can have a value such as dossierfusion_ for exemple. The value must be identical between the import worker, the index worker, and gLeaves (where it is called esFusionIndexPrefix).
[vcf_to_json] prefix_fusion="dossierfusion_"