Skip to content

Commit

Permalink
add direction for input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 1, 2024
1 parent a0196cd commit fdf4b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/agat/agat_sq_stat_basic/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ argument_groups:
That input is designed to know the genome size in order to calculate the percentage of the genome represented by each kind of feature type. You can provide an INTEGER. Or you can also pass a fasta file using the argument --genome_size_fasta. If both are provided, only the value of --genome_size will be considered.
type: integer
required: false
direction: input
example: 10000
- name: --genome_size_fasta
description: |
That input is designed to know the genome size in order to calculate the percentage of the genome represented by each kind of feature type. You can provide the genome in fasta format. Or you can also pass the size directly as an integer using the argument --genome_size. If you provide the fasta, the genome size will be calculated on the fly. If both are provided, only the value of --genome_size will be considered.
type: file
required: false
direction: input
example: genome.fasta
- name: Outputs
arguments:
Expand Down

0 comments on commit fdf4b4d

Please sign in to comment.