We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f9343 commit f0651a0Copy full SHA for f0651a0
.gitignore
@@ -82,6 +82,16 @@ beast/.ipynb_checkpoints/
82
data/zika-usvi-sample-table-uncondensed\.xlsx
83
data/unpublished-seq-accessions\.xlsx
84
85
+### don't track posterior trees files since they're too big for GitHub anyways
86
+beast/phylogenetic/*.trees
87
+
88
+### ignoring these files for now since I'm not using them
89
+scripts/gadm36_VIR_shp/
90
+scripts/explore-bam-files.ipynb
91
92
+### right now just have intermediate data that I'm trialing code with, don't want it tracked
93
+beast/phylogeography/*
94
95
### don't share line lists.
96
data/epi-data/USVI_Zika_dataset_de_identified_June2017*
97
data/epi-data/epi-surveillance-data-cases-only.xlsx
0 commit comments