Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 28, 2024
1 parent 2069a14 commit e4fc5d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 69 deletions.
8 changes: 4 additions & 4 deletions src/bcftools/bcftools_annotate/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bcftools_annotate
namespace: bcftools
description: |
Add or remove annotations from a VCF/BCF file.
keywords: [Annotate, VCF, BCF]
links:
homepage: https://samtools.github.io/bcftools/
Expand All @@ -24,7 +24,7 @@ argument_groups:
alternatives: -i
type: file
multiple: true
description: Input VCF/BCF file. Maximum of two files.
description: Input VCF/BCF file.
required: true

- name: Outputs
Expand Down Expand Up @@ -114,7 +114,7 @@ argument_groups:
type: string
description: |
When multiple regions overlap a single record, this option defines how to treat multiple annotation values.
See https://samtools.github.io/bcftools/bcftools.html#annotate for more details.
See man page for more details.
- name: --mark_sites
alternatives: --m
Expand All @@ -125,7 +125,7 @@ argument_groups:
- name: --min_overlap
type: string
description: |
minimum overlap required as a fraction of the variant in the annotation -a file (ANN),
Minimum overlap required as a fraction of the variant in the annotation -a file (ANN),
in the target VCF file (:VCF), or both for reciprocal overlap (ANN:VCF).
By default overlaps of arbitrary length are sufficient.
The option can be used only with the tab-delimited annotation -a file and with BEG and END columns present.
Expand Down
2 changes: 2 additions & 0 deletions src/bcftools/bcftools_annotate/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ bcftools annotate \
${par_remove:+-x "$par_remove"} \
-o $par_output \
$par_input



32 changes: 0 additions & 32 deletions src/bcftools/bcftools_annotate/test_data/example.vcf

This file was deleted.

33 changes: 0 additions & 33 deletions src/bcftools/bcftools_annotate/test_data/output.vcf

This file was deleted.

0 comments on commit e4fc5d6

Please sign in to comment.