News and Announcements » |
Description:
This is a script which will add headers and footers to new python files and make them executable.
Usage: make_qiime_py_file.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
The results of this script is either a python script, test, or library file, depending on the input parameters.
Example usage:
Create a new script:
make_qiime_py_file.py -s -a "Greg Caporaso" -e gregcaporaso@gmail.com -o my_script.py
Create a new test file:
make_qiime_py_file.py -t -a "Greg Caporaso" -e gregcaporaso@gmail.com -o my_test.py
Create a basic file (e.g., for library code):
make_qiime_py_file.py -a "Greg Caporaso" -e gregcaporaso@gmail.com -o my_lib.py