We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fd098 commit bafc29cCopy full SHA for bafc29c
README.md
@@ -34,6 +34,10 @@ The pipeline is composed of the following steps:
34
4. GNN training: Train a GNN using SAGE convolutional layers.
35
5. GNN training: Train a variational autoencoder GNN, and save the neural embeddings.
36
37
+[Run nextflow.sh to execute the full pipeline.](scripts/nextflow.sh)
38
+
39
+[Run clean_nf.sh to clean up the output and logging files from the Nextflow run.](scripts/clean_nf.sh)
40
41
# Python Environment
42
43
[Python dependencies are specified in this requirements.txt file.](services/python/requirements.txt).
0 commit comments