Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 30, 2024
1 parent 0062ef1 commit 2db56e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bcftools/bcftools_norm/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ argument_groups:
- name: --targets
alternatives: -t
type: string
description: Similar to -r but streams rather than index-jumps.
description: Similar to --regions but streams rather than index-jumps.
example: '20:1000000-2000000'

- name: --targets_file
Expand Down
2 changes: 1 addition & 1 deletion src/bcftools/bcftools_norm/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bcftools norm \
${par_targets:+-t "$par_targets"} \
${par_targets_file:+-T "$par_targets_file"} \
${par_targets_overlap:+--targets-overlap "$par_targets_overlap"} \
${meta_cpus:+--threads "$meta_cpus"} \\
${meta_cpus:+--threads "$meta_cpus"} \
${par_output_type:+-O "$par_output_type"} \
-o $par_output \
$par_input
Expand Down

0 comments on commit 2db56e5

Please sign in to comment.