You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/SCRIPTS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ This file was generated with the script [generateScriptReference.sh](./generateS
6
6
7
7
Script | Directory | Description
8
8
-------|-----------|------------
9
-
|[activateCondaEnvironment.sh](./activateCondaEnvironment.sh)|| Activates the Conda (Python package manager) environment "codegraph" with all packages needed to execute the Jupyter Notebooks. |
9
+
|[activateCondaEnvironment.sh](./activateCondaEnvironment.sh)|| Activates the Conda (Python package manager) environment "codegraph" with all packages needed to run the included Jupyter Notebooks and Python scripts. |
10
+
|[activatePythonEnvironment.sh](./activatePythonEnvironment.sh)|| Activates the .venv environment (Python build-in virtual environments) with all packages necessary to run the included Jupyter Notebooks and Python scripts. |
10
11
|[analyze.sh](./analysis/analyze.sh)| analysis | Coordinates the end-to-end analysis process, encompassing tool installation, graph generation, and report generation. |
11
12
|[cleanupAfterReportGeneration.sh](./cleanupAfterReportGeneration.sh)|| Cleans up after report generation. This includes deleting empty files or in case no file is left deleting the report folder. |
12
13
|[copyPackageJsonFiles.sh](./copyPackageJsonFiles.sh)|| Copies all package.json files inside the source directory into the artifacts/npm-package-json directory. |
0 commit comments