Skip to content

Commit

Permalink
update config: add requirements, add keywords, update --config descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 33fb44e commit 083f0c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/agat/agat_sp_add_start_and_stop/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
script looks at the nucleotide sequence and checks the presence of start
and stop codons. The script works even if the start or stop codon are
split over several CDS features.
keywords: [gene annotations]
keywords: [gene annotations, CDS, GFF]
links:
homepage: https://github.com/NBISweden/AGAT
documentation: https://agat.readthedocs.io/en/latest/tools/agat_sp_add_start_and_stop.html
Expand All @@ -14,6 +14,8 @@ links:
references:
doi: 10.5281/zenodo.3552717
license: GPL-3.0
requirements:
- commands: [agat]
authors:
- __merge__: /src/_authors/leila_paquay.yaml
roles: [ author, maintainer ]
Expand Down Expand Up @@ -66,7 +68,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
Expand Down

0 comments on commit 083f0c1

Please sign in to comment.