“You're not downloading the script. You're downloading a GitHub web page with the script and a whole bunch of other stuff on it, like GitHub navigation and a search bar and clickable line numbers.”
optional arguments: -h, --help show this help message and exit -i INPUT_FILE A CAFE shell script with the full CAFE path in the shebang line, the load, tree, and lambda commands. These lines will be read and incorporated into the caferror shell script. -e USER_ERR_START The starting point for the grid search. Should be between 0 and 1. Default: 0.4 -d USER_TMP_DIR A directory in which all caferror files will be stored. If none is specified, it will default to caferror_X, with X being some integer one higher than the last directory. -f FIRST_RUN Boolean option to perform a pre-error model run (1) or not (0). Default: 0 -c CURVE_OPTION Boolean option. caferror can either perform the grid search (0) or search a pre-specified space (1). Default: 0 -t ERROR_TRIES A list of error values to search over. Note: -c MUST be set to 1 to use these values. Enter as a comma delimited string, ie -t 0.1,0.2,0.3 -l USER_LOG_FILE Specify the name for caferror's log file here. Default: caferrorLog.txt -o OUTPUT_FILE Output file which stores only the error model and score for each run. Default: caferror_default_output.txt -s IND_MIN Boolean option to specify whether to perform only the global error search (0) or continue with individual species minimizations (1). Default: 0 -v VERBOSE Boolean option to have detailed information for each CAFE run printed to the screen (1) or not (0). Default: 1
File "cafetutorial_report_analysis.py", line 8, in <module> import sys, os, argparse, cafecore as cafecore File "./cafecore.py", line 420, in <module> treestring = Tree[Tree.index("("):]; NameError: name 'Tree' is not defined
File "cafetutorial_report_analysis.py", line 8, in <module> import sys, os, argparse, cafecore as cafecore File "./cafecore.py", line 491, in <module> printWrite(caferrorLog, 1, "# CAFE path set as:", CafePath, pad);