Skip to content

Commit

Permalink
add discription to halliftover
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Apr 17, 2013
1 parent dabeb2f commit d954b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liftover/impl/halLiftoverMain.cpp
Expand Up @@ -24,6 +24,8 @@ static CLParserPtr initParser()
"with integer number of paralgous mappings in "
"target", false);
optionsParser->addOptionFlag("append", "append results to tgtBed", false);
optionsParser->setDescription("Map genome interval coordinates between "
"different genomes.");
return optionsParser;
}

Expand Down

0 comments on commit d954b1d

Please sign in to comment.