Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 29, 2024
1 parent 505629b commit 57f41d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@

* `rsem/rsem_prepare_reference`: Prepare transcript references for RSEM (PR #89).

* `bcftools`:
- `bcftools_norm`: Left-align and normalize indels, check if REF alleles match the reference, split multiallelic sites into multiple rows; recover multiallelics from multiple rows (PR #144).

## MINOR CHANGES

* `busco` components: update BUSCO to `5.7.1` (PR #72).
Expand Down
5 changes: 2 additions & 3 deletions src/bcftools/bcftools_norm/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ argument_groups:
alternatives: -o
direction: output
type: file
description: Output annotated file.
description: Output normalized VCF/BCF file.
required: true

- name: Options
Expand Down Expand Up @@ -68,7 +68,7 @@ argument_groups:
- name: --fasta_ref
alternatives: -f
type: file
description: Reference sequence file.
description: Reference fasta sequence file.

- name: --force
type: boolean_true
Expand Down Expand Up @@ -160,7 +160,6 @@ argument_groups:
description: |
Use multithreading with the specified number of worker threads.
resources:
- type: bash_script
path: script.sh
Expand Down

0 comments on commit 57f41d9

Please sign in to comment.