-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshowyourwork.yml
116 lines (101 loc) · 2.8 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
# Enable rule caching on Zenodo?
cache_on_zenodo: true
# 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:
# - src/tex/orcid-ID.png
# Externally-hosted datasets, e.g. on Zenodo
datasets:
10.5281/zenodo.5546676:
destination: src/data
contents:
endo3_bbhpop-LIGO-T2100113-v12.hdf5:
10.5281/zenodo.7843926:
destination: src/data
contents:
analyses_PowerLawPeak.tar.gz:
analyses:
PowerLawPeak:
o1o2o3_mass_c_iid_mag_iid_tilt_powerlaw_redshift_result.json:
# Custom file dependencies
dependencies:
src/scripts/corner_plot.py:
- src/data/gwisotropy_result.nc
- src/static/dipole_skymap_j.png
- src/static/dipole_skymap_n.png
src/scripts/density_3d_plot.py:
- src/data/gwisotropy_result.nc
src/scripts/norm_plot.py:
- src/data/gwisotropy_result.nc
src/tex/gwisotropy.tex:
- src/tex/output/macros.tex
src/scripts/control_rates_plot.py:
- src/data/gwisotropy_result.nc
- src/data/control_rates_gwisotropy_result.nc
# Name of the `.tex` manuscript and corresponding `.pdf` article
ms_name: gwisotropy
# 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: true
# 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: true
# Version of `showyourwork` used to create this workflow
version: 0.4.1