Skip to content

Commit

Permalink
Merge pull request #9 from seqan/shared_chr
Browse files Browse the repository at this point in the history
Fix parser examples
  • Loading branch information
SGSSGene authored May 15, 2023
2 parents 39f3e29 + 494906e commit f207fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stellar3.arg_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void init_parser(sharg::parser & parser, StellarOptions & options)
parser.info.description.emplace_back("Kehr, B., Weese, D., Reinert, K.: STELLAR: fast and exact local alignments. BMC Bioinformatics, "
"12(Suppl 9):S15, 2011.");

parser.info.examples = {"./valik split --help", "./valik build --help", "./valik search --help", "./valik consolidate --help"};
parser.info.examples = {"./stellar --help"};

parser.add_positional_option(options.databaseFile,
sharg::config{.description = "The database of sequences. "
Expand Down

0 comments on commit f207fb3

Please sign in to comment.