https://github.com/MDverse/mdda
Revision c013707e83906e151acc09952e44f892cf920541 authored by Pierre Poulain on 08 March 2023, 10:39:50 UTC, committed by Pierre Poulain on 08 March 2023, 10:39:50 UTC
1 parent 0ceae9c
Tip revision: c013707e83906e151acc09952e44f892cf920541 authored by Pierre Poulain on 08 March 2023, 10:39:50 UTC
Document results export
Document results export
Tip revision: c013707
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/
tree results/

Computing file changes ...