Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 4, 2024
1 parent 7068539 commit cc3b336
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/agat/agat_convert_mfannot2gff/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: agat_convert_mfannot2gff
namespace: agat
description: |
Conversion utility for MFannot "masterfile" annotation produced by the
MFannot pipeline (http://megasun.bch.umontreal.ca/RNAweasel/). Reports
GFF3 format.keywords: [gene annotations, GFF conversion]
[MFannot pipeline](http://megasun.bch.umontreal.ca/RNAweasel/). Reports
GFF3 format.
keywords: [gene annotations, GFF conversion]
links:
homepage: https://github.com/NBISweden/AGAT
documentation: https://agat.readthedocs.io/en/latest/tools/agat_convert_mfannot2gff.html
Expand Down Expand Up @@ -39,7 +40,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).
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).
type: file
required: false
example: custom_agat_config.yaml
Expand Down

0 comments on commit cc3b336

Please sign in to comment.