Skip to content

Commit

Permalink
some description for people who want to make sense of things more (in…
Browse files Browse the repository at this point in the history
… this business we do care about the rare).
  • Loading branch information
meren committed Oct 9, 2015
1 parent 6c47767 commit ef636e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sandbox/anvi-script-generate-auxiliary-data-from-summary-cp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def create_HDF5_summary_from_summary_cp(args):

if __name__ == '__main__':
import argparse
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(description = "Create an AUXILIARY-DATA.h5 from SUMMARY.cp. For details, please see\
release notes for anvi'o version 1.2.0 and the related issue in the\
codebase (https://github.com/meren/anvio/issues/202).")

parser.add_argument('profile_db')
parser.add_argument('summary_cp')
Expand Down

0 comments on commit ef636e7

Please sign in to comment.