https://github.com/MDverse/mdda
Revision 911a89cf78b92b6dc4036d0f32cd4805f13ec8ab authored by Pierre Poulain on 04 March 2023, 23:21:58 UTC, committed by Pierre Poulain on 04 March 2023, 23:21:58 UTC
1 parent b1eeb19
Tip revision: 911a89cf78b92b6dc4036d0f32cd4805f13ec8ab authored by Pierre Poulain on 04 March 2023, 23:21:58 UTC
Update notebooks
Update notebooks
Tip revision: 911a89c
make_results.sh
#! /usr/bin/env bash
rm -rf results/*
jupyter nbconvert --to html --execute --allow-errors --output-dir results notebooks/paper_numbers_figures.ipynb
jupyter nbconvert --to html --execute --allow-errors --output-dir results notebooks/search_MD_in_pubmed.ipynb
mkdir -p results/fig
cp notebooks/fig/*.{svg,png} results/fig/
cp notebooks/*.tsv results/

Computing file changes ...