Configuring Netbeans to find input files for a Project

Once a project has been cloned and setup in netbeans, the next step is to get the repository that holds the input files and scripts that may be needed. Directions are on the cloning 2__runs_and_data page

Once the project compiles, and the 2__runs_and_data directory has been cloned, then in netbeans, right click on the project name, and choose the "run" bullet. Set the "run directory" to be the top directory of the 2__runs_and_data repository clone you made. Then set the "run command" to be

 "${OUTPUT_PATH}" <some project-specific path to an input file>

The notes on the project will give the path to the project input file to use.