Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manuscript revisions #1

Merged
merged 37 commits into from
Aug 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
dd31733
Fix truncated color legend title in Nextstrain tree view
huddlej Jul 20, 2020
f179a23
Explicitly define strains, clades, and earth mover's distance
huddlej Jul 20, 2020
2708dc4
Clarify the source of HI titers
huddlej Jul 21, 2020
d8143f8
Describe technical and scientific feasibility of multi-gene models
huddlej Jul 21, 2020
c16a17a
Explicitly reference CDC's FluSight network for short-term forecasts
huddlej Jul 21, 2020
b2b199f
Describe interaction between overfitting and evolutionary processes
huddlej Jul 21, 2020
eb61375
Add a summary table of primary models used in the paper
huddlej Jul 27, 2020
f79f5d9
Clarify and expand comparison of models to vaccine strains
huddlej Jul 28, 2020
4dc6605
Summarize forecasts made by the naive models
huddlej Jul 28, 2020
b4bc3b5
Replace reference to this study with "this study"
huddlej Jul 29, 2020
21379e7
Summarize antigenic distances in vaccine comparison
huddlej Jul 29, 2020
4bef4a8
Remove redundant closest/vaccine strain pairs from antigenic analysis
huddlej Jul 30, 2020
b736a65
Add comparison of hemisphere forecasts
huddlej Jul 30, 2020
6d71143
Summarize H3N2 vaccine effectiveness and causes for poor VE
huddlej Jul 31, 2020
c0ef3b4
Use eLife template and citation styles
huddlej Aug 3, 2020
26f17c8
Update citation style for supplemental material
huddlej Aug 3, 2020
aa5fd56
Don't force large figures to have their own page
huddlej Aug 4, 2020
a696359
Reposition relative vaccine comparison as a figure supplement
huddlej Aug 4, 2020
30c8644
Update SciPy citation and simply Potter et al. bibtex entry
huddlej Aug 4, 2020
35bed2e
Expand figure and equation titles (e.g., "Fig." to Figure)
huddlej Aug 4, 2020
6db5112
Move supplemental figures and tables into main text
huddlej Aug 4, 2020
e5f25a5
Fix reference to specific panels in validation figures
huddlej Aug 5, 2020
9fbe107
Move complete natural model results table into the methods
huddlej Aug 5, 2020
ae3a781
Move GISAID acknowledgments to an appendix
huddlej Aug 6, 2020
f726374
Symlink figures as "Figure_1.pdf" style names
huddlej Aug 6, 2020
c7fc514
Add diff between full and revised submission
huddlej Aug 6, 2020
1558215
Add Pierre to the manuscript
huddlej Aug 10, 2020
5163f56
Clarify figure captions especially for figure supplements
huddlej Aug 10, 2020
5dfc1e9
Replace "best strain" with "closest strain" and explain
huddlej Aug 10, 2020
b542360
Update manuscript diff to reflect most recent changes
huddlej Aug 11, 2020
ab23bcb
Move abstract and main text into the top-level latex file
huddlej Aug 13, 2020
8c7431b
Move tables to top-level directory and clean up unused tables
huddlej Aug 13, 2020
ef5d453
Replace references to "best" with "closest" strain in figures
huddlej Aug 17, 2020
bd08ea6
Hard link figures in the top-level manuscript directory
huddlej Aug 17, 2020
21a12bb
Update final diff of manuscript
huddlej Aug 17, 2020
924aedc
Add eLife submission documents
huddlej Aug 17, 2020
7e574f1
Add notebook and data for striking image
huddlej Aug 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hard link figures in the top-level manuscript directory
Simplifies eLife upload and manuscript PDF building by placing all figures in
the top-level manuscript directory. This commit also updates the rule used to
link these figures from their more human-readable names to use hard links.
  • Loading branch information
huddlej committed Aug 17, 2020
commit bd08ea659ee3dd35ada4a14b3279e5ead543362f
6 changes: 3 additions & 3 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -481,20 +481,20 @@ rule figures:
rules.figure_for_vaccine_comparison.output,
figure_names="manuscript/figures/figure_names.tsv"
output:
"figures/Figure_1.pdf"
"manuscript/Figure_1.pdf"
shell:
"""
while read original_name new_name
do
ln -s manuscript/figures/$original_name manuscript/figures/$new_name"
ln manuscript/figures/$original_name manuscript/$new_name
done < {input.figure_names}
"""

# Compile the manuscript after creating all figures and tables.
rule manuscript:
input:
# Tables and figures
"figures/Figure_1.pdf",
"manuscript/Figure_1.pdf",
rules.table_of_mutations_by_trunk_status_for_simulated_populations.output,
rules.table_of_mutations_by_trunk_status_for_natural_populations.output,

Expand Down
Binary file added manuscript/Figure_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manuscript/Figure_11.pdf
Binary file not shown.
Binary file added manuscript/Figure_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manuscript/Figure_13.pdf
Binary file not shown.
Binary file added manuscript/Figure_14.pdf
Binary file not shown.
Binary file added manuscript/Figure_15.pdf
Binary file not shown.
Binary file added manuscript/Figure_2.pdf
Binary file not shown.
Binary file added manuscript/Figure_3-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_3.pdf
Binary file not shown.
Binary file added manuscript/Figure_4-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_4-Figure_supplement_2.pdf
Binary file not shown.
Binary file added manuscript/Figure_4-Figure_supplement_3.pdf
Binary file not shown.
Binary file added manuscript/Figure_4.pdf
Binary file not shown.
Binary file added manuscript/Figure_5-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_5.pdf
Binary file not shown.
Binary file added manuscript/Figure_6-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_6.pdf
Binary file not shown.
Binary file added manuscript/Figure_7-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_7-Figure_supplement_2.pdf
Binary file not shown.
Binary file added manuscript/Figure_7-Figure_supplement_3.pdf
Binary file not shown.
Binary file added manuscript/Figure_7.pdf
Binary file not shown.
Binary file added manuscript/Figure_8-Figure_supplement_1.pdf
Binary file not shown.
Binary file added manuscript/Figure_8.pdf
Binary file not shown.
Binary file added manuscript/Figure_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions manuscript/flu_forecasting.tex

Large diffs are not rendered by default.