https://github.com/MDverse/mdda
Revision 0ceae9c8b02fd1598e2026652bd9bebec482a3f2 authored by Pierre Poulain on 08 March 2023, 10:39:32 UTC, committed by Pierre Poulain on 08 March 2023, 10:39:32 UTC
1 parent 3744a51
Tip revision: 0ceae9c8b02fd1598e2026652bd9bebec482a3f2 authored by Pierre Poulain on 08 March 2023, 10:39:32 UTC
Update notebooks
Update notebooks
Tip revision: 0ceae9c
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 ...