https://github.com/MDverse/mdda
Revision b1eeb199801b56b52fde93dcbd3b800d4c729a08 authored by Pierre Poulain on 08 February 2023, 23:58:59 UTC, committed by Pierre Poulain on 08 February 2023, 23:58:59 UTC
1 parent eab3c3f
Tip revision: b1eeb199801b56b52fde93dcbd3b800d4c729a08 authored by Pierre Poulain on 08 February 2023, 23:58:59 UTC
Create Bash script to build results
Create Bash script to build results
Tip revision: b1eeb19
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 ...