-
Notifications
You must be signed in to change notification settings - Fork 23
print_wiki
Biopiece usage is kept in separate wiki files, one for each biopiece. The usage files are written in Google's wiki format, and are thus independent of programming language. So if a developer in e.g. Python creates a Biopiece - he just have to copy an existing wiki file and modify it - and then use print_wiki to render the usage information.
The usage files are kept in ~/biopieces/src/wiki/
.
For more about Google's wiki format:
http://code.google.com/p/support/wiki/WikiSyntax
print_usage [options] -i <wiki file>
[-? | --help] # Print full usage description.
[-i <file!> | --data_in=<file!>] # wiki file to read.
[-v | --verbose] # Verbose output.
To display the short version of this wiki page:
print_usage
To display the full version of this wiki page:
print_usage -?
To display the short version of another wiki page:
print_usage -i ~/biopieces/src/wiki/add_ident.md
And finally to display the full version of another wiki page:
print_usage -i ~/biopieces/src/wiki/add_ident.md -?
Martin Asser Hansen - Copyright (C) - All rights reserved.
August 2007
GNU General Public License version 2
http://www.gnu.org/copyleft/gpl.html
print_wiki is part of the Biopieces framework.