From 22a98f047d27d87112dd9fc095ce0f5222a81c7a Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 14:08:16 +0200 Subject: [PATCH] update --config description --- src/agat/agat_convert_genscan2gff/config.vsh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agat/agat_convert_genscan2gff/config.vsh.yaml b/src/agat/agat_convert_genscan2gff/config.vsh.yaml index 512445ef..2adce1da 100644 --- a/src/agat/agat_convert_genscan2gff/config.vsh.yaml +++ b/src/agat/agat_convert_genscan2gff/config.vsh.yaml @@ -71,7 +71,7 @@ argument_groups: - name: --config alternatives: [-c] description: | - AGAT config file. By default AGAT takes the original agat_config.yaml shipped with AGAT. The --config option gives you the possibility to use your own AGAT config file (located elsewhere or named differently). + AGAT config file. By default AGAT takes the original agat_config.yaml shipped with AGAT. The `--config` option gives you the possibility to use your own AGAT config file (located elsewhere or named differently). type: file required: false example: custom_agat_config.yaml