-
Notifications
You must be signed in to change notification settings - Fork 31
/
.gitignore
207 lines (183 loc) · 4.2 KB
/
.gitignore
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
CMakeFiles/*
build/*
build-debug/*
build_xcode/*
swig/python/build/*
tests/cpp/build/*
tests/cpp/build_xcode/*
tests/cpp/Testing/*
doc-venv/*
doc/*
fonts/*
images/*
stylesheets/*
documentation/_build/*
documentation/_exhale_cpp_api/*
documentation/_exhale_matlab_api/*
documentation/_doxyoutput_amici_cpp/*
documentation/_doxyoutput_amici_matlab/*
sed-ml/*
models/*
!models/model_dirac
models/model_dirac/build/*
!models/model_steadystate
models/model_steadystate/build/*
!models/model_jakstat_adjoint
models/model_jakstat_adjoint/build/*
!models/model_jakstat_adjoint_o2
models/model_jakstat_adjoint_o2/build/*
!models/model_neuron
models/model_neuron/build/*
!models/model_neuron_o2
models/model_neuron_o2/build/*
!models/model_events
models/model_events/build/*
!models/model_nested_events
models/model_nested_events/build/*
!models/model_robertson
models/model_robertson/build/*
!models/model_calvetti
models/model_calvetti/build/*
amici_models/
simulate_model_*_hdf.m
simulate_model_*.m
index.html
AMICI.mlappinstall
Makefile
cmake_install.cmake
CMakeCache.txt
CMakeLists.txt.user
.coveralls.yml
.directory
.project
.pydevproject
.settings/
.idea/*
.DS_Store
.ipynb_checkpoints/
python/.idea/*
*.a
*.info
*.o
*.obj
*.eps
*.mexmaci64
*.mexa64
*.mexw64
*.mexmaci32
*.mexa32
*.mexw32
*.eps
*.md5
*.json
*.mat
*.m~
*.plist
*.make
*.bin
*.csv
*.log
*.pyc
*.so
*.bak
*.sav
matlab/mtoc/config/latexextras.sty-e
matlab/mtoc/config/latexextras.sty
matlab/mtoc/config/Doxyfile-e
matlab/mtoc/Doxyfile
matlab/mtoc/config/mtocpp_filter.sh
cppcheck.txt
coverage_py.xml
testSuite.txt
__pycache__
/misc.xml
python/testSpeedy.py
python/test.txt
tests/test/*
*/tests/test_model_steadystate_scaled/*
*/tests/test_model_presimulation/*
*/tests/test_model_presimulation_pysb/*
*/tests/test_model_presimulation_sbml/*
*/tests/test_model_units/*
*/tests/model_constant_species_cl/*
*/tests/model_constant_species/*
*/tests/test_likelihoods/*
*/tests/bax_pore_sequential_amici/*
*/tests/bax_pore_amici/*
*/tests/bngwiki_egfr_simple_amici/*
*/tests/bngwiki_egfr_simple_deletemolecules_amici/*
*/tests/earm_1_3_amici/*
*/tests/earm_1_0_amici/*
*/tests/expression_observables_amici/*
*/tests/robertson_amici/*
*/tests/tyson_oscillator_amici/*
*/tests/bngwiki_simple_amici/*
*/tests/bngwiki_enzymatic_cycle_mm_amici/*
*/tests/move_connected_amici/*
*/tests/michment_amici/*
*/tests/kinase_cascade_amici/*
*/tests/hello_pysb_amici/*
*/tests/fricker_2010_apoptosis_amici/*
*/tests/explicit_amici/*
*/tests/fixed_initial_amici/*
*/tests/localfunc_amici/*
tests/cpp/writeResults.h5
tests/cpp/writeResults.h5.bak
tests/sbml-test-suite/*
tests/sbml-test-suite/
tests/sedml-test-suite/
*/sbml-semantic-test-cases/*
tests/SBMLTestModels/
tests/benchmark-models/test_bmc
tests/petab_test_suite
petab_test_suite
*/tests/BIOMD0000000529/*
python/examples/example_steadystate/model_steadystate_scaled/*
python/examples/example_presimulation/model_presimulation/*
python/examples/example_presimulation/model_presimulation_re/*
python/examples/example_constant_species/model_constant_species_reduced/*
python/examples/example_constant_species/model_constant_species/*
python/examples/example_jax/amici_models/*
python/tests/sbml_test_models/*
python/tests/piecewise_test/*
python/sdist/amici.egg-info/*
python/sdist/amici/version.txt
python/sdist/amici/amici.py
python/sdist/amici/amici_wrap.cxx
python/sdist/amici/amici_without_hdf5.py
python/sdist/amici/amici_wrap_without_hdf5.cxx
python/sdist/amici/include/
python/sdist/amici/lib/
python/sdist/amici/share/
python/sdist/build/*
python/sdist/amici/git_version.txt
python/sdist/dist
AMICI_guide.pdf
ThirdParty/bionetgen.tar.gz
ThirdParty/BioNetGen-*
ThirdParty/doxygen/*
ThirdParty/mtocpp-master*
ThirdParty/sundials/build/*
ThirdParty/SuiteSparse/lib/*
ThirdParty/SuiteSparse/include/
ThirdParty/SuiteSparse/share/*
ThirdParty/SuiteSparse/install/*
ThirdParty/SuperLU_MT_3.1/
ThirdParty/superlu_mt_3.1.tar.gz
ThirdParty/swig-*
ThirdParty/ragel-*.tar.gz
_untracked/
documentation/generated/*
# vim
*.swp
tests/performance/CS_Signalling_ERBB_RAS_AKT/
tests/performance/CS_Signalling_ERBB_RAS_AKT_petab/*
coverage_SBMLSuite.xml
Benchmark-Models-PEtab/
/test_bmc/
CS_Signalling_ERBB_RAS_AKT/
cache_fiddy/*
debug/*
tests/benchmark-models/cache_fiddy/*
venv/*
.coverage