Skip to content

Commit

Permalink
Merge pull request #122 from andersen-lab/issue_40
Browse files Browse the repository at this point in the history
issue 40
  • Loading branch information
cmaceves committed Mar 29, 2022
2 parents 432b078 + 9d3ad72 commit 89632e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ivar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void print_filtervariants_usage(){
"Usage: ivar filtervariants -p <prefix> replicate-one.tsv replicate-two.tsv ... OR ivar filtervariants -p <prefix> -f <text file with one variant file per line> \n"
"Input: Variant tsv files for each replicate/sample\n\n"
"Input Options Description\n"
" -t Minimum fration of files required to contain the same variant. Specify value within [0,1]. (Default: 1)\n"
" -t Minimum fraction of files required to contain the same variant. Specify value within [0,1]. (Default: 1)\n"
" -f A text file with one variant file per line.\n\n"
"Output Options Description\n"
" -p (Required) Prefix for the output filtered tsv file\n";
Expand Down

0 comments on commit 89632e6

Please sign in to comment.