Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Jul 5, 2024
1 parent 90c6366 commit d32fae5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/agat/agat_convertspgff2gtf/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ argument_groups:
description: Input GFF/GTF file that will be read
type: file
required: true
direction: input
example: input.gff
- name: Outputs
arguments:
- name: --output
alternatives: [-o, --out, --outfile, --gtf]
description: Output GTF file. If no output file is specified, the output will be written to STDOUT.
type: file
required: false
direction: output
required: true
example: output.gtf
- name: Arguments
arguments:
Expand All @@ -59,7 +61,6 @@ argument_groups:
Input agat config file. By default AGAT takes as input agat_config.yaml file from the working directory if any, otherwise it takes the orignal 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
default: agat_config.yaml
example: custom_agat_config.yaml
resources:
- type: bash_script
Expand Down

0 comments on commit d32fae5

Please sign in to comment.