Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 27, 2024
1 parent 85799cc commit 6bba622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Param::Param(int argc, char **argv) {
" $ PCAone -c csv.zst -d 0 \n\n" +
" 3) compute ancestry adjusted LD matrix and R2\n" +
" $ PCAone -b plink -k 2 -D -o adj \n" +
" $ PCAone -B adj -f adj.mbim -R" +
" $ PCAone -B adj.residuals -f adj.mbim -R --ld-bp 1000" +
"\n"};
OptionParser opts(copyr);
opts.add<Value<std::string>, Attribute::headline>("","PCAone","General options:");
Expand Down

0 comments on commit 6bba622

Please sign in to comment.