https://github.com/MDverse/mdda
Revision e212e8c26d84079b62691180c483650d754f49e9 authored by Pierre Poulain on 13 March 2023, 22:15:04 UTC, committed by Pierre Poulain on 13 March 2023, 22:15:04 UTC
1 parent c013707
Tip revision: e212e8c26d84079b62691180c483650d754f49e9 authored by Pierre Poulain on 13 March 2023, 22:15:04 UTC
Update results in notebooks
Update results in notebooks
Tip revision: e212e8c
make_results.sh
#! /usr/bin/env bash
rm -rf results/*
jupyter nbconvert --to html --execute --allow-errors --output-dir results notebooks/paper_stats_and_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/
tree results/

Computing file changes ...