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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ 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
10
|[analyze.sh](./analysis/analyze.sh)| analysis | Coordinates the end-to-end analysis process, encompassing tool installation, graph generation, and report generation. |
10
11
|[copyReportsIntoResults.sh](./copyReportsIntoResults.sh)|| Copies the results from the temp directory to the results directory grouped by the analysis name. |
11
12
|[detectChangedArtifacts.sh](./detectChangedArtifacts.sh)|| Detect changed files in the artifacts directory with a text file containing the last hash code of the contents. |
|[executeJupyterNotebook.sh](./executeJupyterNotebook.sh)|| Executes all steps in the given Jupyter Notebook (ipynb), stores it and converts it to Markdown (md) and PDF. |
24
25
|[executeQuery.sh](./executeQuery.sh)|| Utilizes Neo4j's HTTP API to execute a Cypher query from an input file and provides the results in CSV format. |
25
26
|[executeQueryFunctions.sh](./executeQueryFunctions.sh)|| Provides functions to execute Cypher queries using either "executeQuery.sh" or Neo4j's "cypher-shell". |
27
+
|[operatingSystemFunctions.sh](./operatingSystemFunctions.sh)|| Provides operating system dependent functions e.g. to detect Windows. |
26
28
|[prepareAnalysis.sh](./prepareAnalysis.sh)|| Prepares and validates the graph database before analysis |
27
29
|[Default.sh](./profiles/Default.sh)| profiles | Sets (if any) settings variables for a default analysis. |
28
30
|[Neo4jv4.sh](./profiles/Neo4jv4.sh)| profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
|[setupNeo4jInitialPassword.sh](./setupNeo4jInitialPassword.sh)|| Sets the initial password for the local Neo4j Graph Database (https://neo4j.com/download-center/#community).|
61
63
|[startNeo4j.sh](./startNeo4j.sh)|| Starts the local Neo4j Graph Database. |
62
64
|[stopNeo4j.sh](./stopNeo4j.sh)|| Stops the local Neo4j Graph Database. |
63
-
|[waitForNeo4jHttp.sh](./waitForNeo4jHttp.sh)|| Waits until the HTTP Transactions API of Neo4j Graph Database is available. |
65
+
|[waitForNeo4jHttpFunctions.sh](./waitForNeo4jHttpFunctions.sh)|| Waits until the HTTP Transactions API of Neo4j Graph Database is available. |
0 commit comments