diff --git a/analysis_results.ipynb b/analysis_results.ipynb index e3a29edac6e65e8da4ed2e9b1a43686e5276bae5..5cc79859aadbd73f17e071278cae281bd49eaca0 100644 --- a/analysis_results.ipynb +++ b/analysis_results.ipynb @@ -60,10 +60,35 @@ "print(f\"The crawler found {len(dict)} Nextflow workflows with at least Nextflow file at the root.\")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "At the time of writing there are 52 Nextflow workflows integrated on WorkflowHub." + ] + }, { "cell_type": "code", "execution_count": 4, "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hence, at least 93.1% of Nextflow workflows found on Github are not integrated into WorkflowHub\n" + ] + } + ], + "source": [ + "nb_wfhub = 52\n", + "print(f\"Hence, at least {(len(dict)-nb_wfhub)/len(dict)*100:.1f}% of Nextflow workflows found on Github are not integrated into WorkflowHub\")" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, "outputs": [], "source": [ "tab = []\n", @@ -75,7 +100,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -124,7 +149,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": {}, "outputs": [ {