From 07001e243fb7735ed84e8bd662c0772206b8ba5c Mon Sep 17 00:00:00 2001 From: frapercan Date: Thu, 21 Dec 2023 13:02:40 +0100 Subject: [PATCH] config --- examples/example_structural_alignment/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/example_structural_alignment/config.yaml diff --git a/examples/example_structural_alignment/config.yaml b/examples/example_structural_alignment/config.yaml new file mode 100644 index 0000000..48ae021 --- /dev/null +++ b/examples/example_structural_alignment/config.yaml @@ -0,0 +1,13 @@ +DB_USERNAME: usuario +DB_PASSWORD: clave +DB_HOST: localhost +DB_PORT: 5432 +DB_NAME: BioData + +resolution_threshold: 2.5 +max_workers: 15 +data_dir: /opt/shared/FASTA +output_dir: /opt/shared/FASTA/output +merge_name: merge_25 + +identity_threshold: 0.95 \ No newline at end of file