From 4e3a98c1a4d98f217fe332d0c0bbb908dbf774ef Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 08:47:46 +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 741dd3dd..3c1725d9 100644 --- a/src/agat/agat_convert_genscan2gff/config.vsh.yaml +++ b/src/agat/agat_convert_genscan2gff/config.vsh.yaml @@ -69,7 +69,7 @@ argument_groups: - name: --config alternatives: [-c] description: | - Input agat config file. By default AGAT takes as input agat_config.yaml file from the working directory if any, otherwise it takes the original agat_config.yaml shipped with AGAT. To get the agat_config.yaml locally type: "agat config --expose". 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