diff --git a/README.md b/README.md index 042bd11d0f9aa61d1f356aae32d307167307b4c3..5f9af29ff41824cc25ca4b8d96457e415d6b3e47 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ bioflow-insight --processes-to-remove "MULTIQC, CUSTOM_DUMPSOFTWAREVERSIONS" phy The results of the analysis can be found in the `results` folder and the two graphs can be found in the following addresses: -* `results/graphs/specification_graph.png` +* `results/graphs/specification_graph_wo_labels.png` * `results/graphs/process_dependency_graph.png` -| <img align="center" src="img/specification_graph.png"> | <img align="center" src="img/process_dependency_graph.png" > | +| <img align="center" src="img/specification_graph_wo_labels.png"> | <img align="center" src="img/process_dependency_graph.png" > | |:-:|---| -| Specification Graph | Process Dependency Graph | \ No newline at end of file +| Specification Graph without labels | Process Dependency Graph | \ No newline at end of file diff --git a/img/specification_graph_wo_labels.png b/img/specification_graph_wo_labels.png new file mode 100644 index 0000000000000000000000000000000000000000..7d04d0232e40665d987750ed85e794236efb6dad Binary files /dev/null and b/img/specification_graph_wo_labels.png differ