Skip to content

Commit

Permalink
Update config.vsh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 11, 2024
1 parent 3433099 commit f88bfad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bedtools/bedtools_groupby/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: bedtools_groupby
namespace: bedtools
description: |
Summarizes a dataset column based upon common column groupings. Akin to the SQL "group by" command.
Summarizes a dataset column based upon common column groupings.
Akin to the SQL "group by" command.
keywords: [groupby, BED]
links:
documentation: https://bedtools.readthedocs.io/en/latest/content/tools/groupby.html
repository: https://github.com/arq5x/bedtools2
references:
doi: 10.1093/bioinformatics/btq033
license: GPL-2.0, MIT
license: MIT
requirements:
commands: [bedtools]
authors:
Expand Down Expand Up @@ -87,7 +88,7 @@ argument_groups:
- name: --full
type: boolean_true
description: |
Print all columns from input file. The first line in the group is used.
Print all columns from input file. The first line in the group is used.
Default: print only grouped columns.
- name: --inheader
Expand Down

0 comments on commit f88bfad

Please sign in to comment.