forked from opencobra/cobratoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·125 lines (102 loc) · 3.23 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
# Windows default autosave extension
*.asv
Thumbs.db
# OSX / *nix default autosave extension
*.*~
# Compiled MEX binaries (all platforms)
*.mex*
# Simulink Code Generation
slprj/
# Session info
octave-workspace
# hidden extensions
.DS_Store
# specific extensions
*.pyc
*.mps
# logfiles
*.log
*.zip
# coverage
coverage.json
coverage_html
# omit DB settings from rBionet
src/reconstruction/rBioNet/rBioNetSettingsDB.mat
# specific folders
src/dataIntegration/fluxomics/c13solver/IsotopomerModel.txt
src/dataIntegration/fluxomics/c13solver/convertCarbonInput.m
src/dataIntegration/fluxomics/c13solver/slvrCumomer.m
src/dataIntegration/fluxomics/c13solver/slvrCumomer_fast.m
src/dataIntegration/fluxomics/c13solver/slvrEMU.m
src/dataIntegration/fluxomics/c13solver/slvrEMU_fast.m
# model files for testing
test/models/*.xml
test/models/*.mat
# tests
test/additionalTests/testGrowthExpMatch/GEMLog.txt
test/additionalTests/testGrowthExpMatch/GEMLog_solution_1.mat
test/additionalTests/testMaps/target.svg
# verified tests
test/verifiedTests/analysis/testSampling/ACHRParallelError.txt
test/verifiedTests/analysis/testSampling/ACHR_last_point.mat
test/verifiedTests/analysis/testSampling/ACHRerror.txt
test/verifiedTests/analysis/testSampling/EcoliModelSamples_1.mat
test/verifiedTests/analysis/testSampling/EcoliModelSamples_2.mat
test/verifiedTests/analysis/testSampling/EcoliModelSamples_3.mat
test/verifiedTests/analysis/testSampling/EcoliModelSamples_4.mat
test/verifiedTests/analysis/testSampling/modelRedTmp.mat
test/verifiedTests/analysis/testSampling/sampleCbModelTmp.mat
test/verifiedTests/analysis/testSampling/sampleStructTmp.mat
test/verifiedTests/analysis/testMultiSpeciesModelling/*.mat
test/verifiedTests/base/testSBML/*.sbml.xml
test/verifiedTests/reconstruction/testFastGapFill/*.mat
test/verifiedTests/analysis/testTools/testPrintMatrix.txt
test/verifiedTests/reconstruction/testMassChargeBalance/*.txt
test/verifiedTests/base/testTools/testData_printLabeledData.txt
test/verifiedTests/base/testSolvers/MILPProblem.mat
test/verifiedTests/base/testOutputNetworkCytoscape/data*
test/verifiedTests/analysis/testPrint/printConstraints.txt
ACHR_last_point.mat
ACHRerror.txt
EcoliModelSamples_1.mat
EcoliModelSamples_2.mat
EcoliModelSamples_3.mat
EcoliModelSamples_4.mat
modelRedTmp.mat
sampleCbModelTmp.mat
# shared libraries
*.so
# Windows executable files
*.exe
*.exe.*
# Windows dynamic library files
*.dll
# dump files
sh.exe.stackdump
# autogenerated documentation
docs/build
docs/source/list_contributors.rst
# examples folder in gapFilling
src/reconstruction/fastGapFill/examples/
# generated .mat files in tutorials
tutorials/reconstruction/fastGapFill/results_*.mat
tutorials/reconstruction/fastGapFill/KEGGMatrix.mat
tutorials/reconstruction/fastGapFill/prepareFGFResultsDefault.mat
tutorials/reconstruction/fastGapFill/example/prepareFGFResultsDefault.mat
tutorials/IO/Abiotrophia_defectiva_ATCC_49176.xml
tutorials/IO/ecoli_core_model.mat
PPP120.mat
E.mat
tutorials/ecoliCoreModel/*.svg
tutorials/ecoliCoreModel/*.xls
tutorials/steadyCom/POA/*.mat
SubNetworkRecon.mat
Test4Functions_diary.txt
# generated tutorial documentation
docs/source/_static/tutorials/*.html
docs/source/tutorials/tutorial*.rst
# hidden folders
.vscode/
# temporary folder
.tmp/
output/