-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshowyourwork.yml
119 lines (104 loc) · 3.26 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
# Enable rule caching on Zenodo?
cache_on_zenodo: true
# # Workflow graph (DAG) generation
# dag:
# # Generate `dag.pdf` on each build?
# render: true
# # 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.6468327:
# contents:
# TOI640b.json: src/data/TOI640b.json
# Custom file dependencies
dependencies:
src/scripts/compute_basic_statistics.py:
- src/data/question.pkl
src/scripts/plot_overview_performance_plot.py:
- src/data/name_to_dir_map.pkl
- src/data/model_score_dicts.pkl
src/scripts/analyze_model_reports.py:
- src/data/model_score_dicts.pkl
- src/data/humans_as_models_scores_combined.pkl'
src/scripts/analyze_performance_per_source.py:
- src/data/model_score_dicts.pkl
- src/data/humans_as_models_scores_combined.pkl'
# Name of the `.tex` manuscript and corresponding `.pdf` article
ms_name: ms
# Optimize DAG by removing unnecessary jobs upstream of cache hits?
optimize_caching: false
# # Overleaf sync settings
# overleaf:
# # Overleaf project ID (blank = disabled)
# id: 65e6d84a4d0ea1ab4b23def6
# # Perform sync on GitHub Actions?
# gh_actions_sync: true
# # List of files to push to Overleaf
# push:
# - src/tex/figures
# - src/tex/output
# - src/tex/orcidlink.sty
# - src/tex/praeambel.tex
# # List of files to pull from Overleaf
# pull:
# - src/tex/ms.tex
# - src/tex/references.bib
# - src/tex/authors.tex
# - src/tex/appendix.tex
# - src/tex/acronymns.tex
# - src/tex/sections/parse_check_desc.tex
# - src/tex/sections/manually_sources_table.tex
# - src/tex/sections/semi_programatically_sources_table.tex
# 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: []
# Preprocessing script for arXiv tarball
# (such as to switch `minted` from `finalizecache` to `frozencache`)
# The script will be passed a directory containing the manuscript source
# as input, and should modify the contents of that directory in-place.
# preprocess_arxiv_script: my_preprocess_script.sh
# Enable verbose output?
verbose: true
# Version of `showyourwork` used to create this workflow
version: 0.4.3