-
Notifications
You must be signed in to change notification settings - Fork 0
/
showyourwork.yml
134 lines (119 loc) · 3.29 KB
/
showyourwork.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Enable rule caching on Zenodo?
cache_on_zenodo: false
# Workflow graph (DAG) generation
dag:
# Generate `dag.pdf` on each build?
render: false
# Graphviz layout engine
engine: sfdp
# Group files by type into plates?
group_by_type: false
# Custom graph attributes
graph_attr:
ranksep: "1"
nodesep: "0.65"
# Custom node attributes
node_attr:
shape: "box"
penwidth: "2"
width: "1"
# Files and glob patterns to ignore
ignore_files:
- ms.synctex.gz
- environment.yml
- .showyourwork/*
# Externally-hosted datasets, e.g. on Zenodo
datasets:
10.5281/zenodo.6949492:
destination: src/data/finch_moore
contents:
dataset.zip:
posterior_samples:
GW150914:
3W220221:
posterior_samples.dat:
10.5281/zenodo.7597043:
destination: src/data
contents:
figure1.tar.gz:
figure1:
pyring_t0-bad_timestamps-bad_seglen-bad:
result.nc:
pyring_t0-good_timestamps-good_seglen-good:
result.nc:
ringdown_t0-bad_timestamps-good_seglen-bad:
result.nc:
ringdown_t0-bad_timestamps-good_seglen-good:
result.nc:
ringdown_t0-good_timestamps-good_seglen-good:
result.nc:
figure2.tar.gz:
figure2:
ds-o1-fake:
summary_samples.hdf5:
ds-o1-none:
summary_samples.hdf5:
gw150914:
summary_samples.hdf5:
# Custom file dependencies
dependencies:
src/scripts/figure1.py:
- src/data/fig1_samples_dict.pkl
src/scripts/figure2.py:
- src/data/fm_t0_kde_grid.h5
- src/data/figure2/figure2/ds-o1-fake/summary_samples.hdf5
- src/data/figure2/figure2/ds-o1-none/summary_samples.hdf5
- src/data/figure2/figure2/gw150914/summary_samples.hdf5
# src/tex/ms.tex:
# - src/tex/stylesheet.tex
# Name of the `.tex` manuscript and corresponding `.pdf` article
ms_name: ms
# Optimize DAG by removing unnecessary jobs upstream of cache hits?
optimize_caching: true
# Overleaf sync settings
overleaf:
# Overleaf project ID (blank = disabled)
id:
# Perform sync on GitHub Actions?
gh_actions_sync: true
# List of files to push to Overleaf
push:
- src/tex/figures
- src/tex/output
# List of files to pull from Overleaf
pull:
- src/tex/ms.tex
- src/tex/bib.bib
# Always require all input files to be present on disk for workflow to pass?
require_inputs: true
# Allow cacheable rules to run on GitHub Actions?
run_cache_rules_on_ci: false
# Mapping of script file extensions to instructions for executing them
scripts:
py: python {script}
# Display of the `showyourwork` stamp on first page
stamp:
# Show the stamp?
enabled: false
# Stamp angle in degrees
angle: -20.0
# Stamp size in inches
size: 0.75
# Horizontal position in inches from right edge of paper
xpos: 0.50
# Vertical position in inches from top edge of paper
ypos: 0.50
# Display of the repo URL in the stamp
url:
# Show the URL?
enabled: true
# Maximum URL length to display
maxlen: 40
# Enable SyncTeX?
synctex: True
# Command-line options to be passed to tectonic when building the manuscript
tectonic_args: []
# Enable verbose output?
verbose: false
# Version of `showyourwork` used to create this workflow
version: 0.4.1