Skip to content

Commit

Permalink
small change in help file
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 28, 2024
1 parent 8f96180 commit c76454c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/bcftools/bcftools_stats/help.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```
bcftools stats -h
```

About: Parses VCF or BCF and produces stats which can be plotted using plot-vcfstats.
When two files are given, the program generates separate stats for intersection
Expand Down
2 changes: 1 addition & 1 deletion src/bcftools/bcftools_stats/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ ${#input[@]} -gt 2 ]]; then
exit 1
fi

# Execute bedtools bamtofastq with the provided arguments
# Execute bcftools stats with the provided arguments
bcftools stats \
${par_first_allele_only:+--1st-allele-only} \
${par_split_by_ID:+--split-by-ID} \
Expand Down

0 comments on commit c76454c

Please sign in to comment.