forked from BioFSharp/BioFSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBioFSharp.sln
More file actions
190 lines (190 loc) · 10.4 KB
/
BioFSharp.sln
File metadata and controls
190 lines (190 loc) · 10.4 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{653DC881-9E1C-490D-A7F2-1CFE5D78D3FE}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Tests", "tests\BioFSharp.Tests\BioFSharp.Tests.fsproj", "{F9E53B05-C5B7-4F90-A446-045079B9013D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{35248763-7104-4D4A-BB05-E6EB9967E963}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.sh = build.sh
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{236C409B-8B38-4393-8E23-4E6844EA97FD}"
ProjectSection(SolutionItems) = preProject
docs\01_04_sequence_properties.fsx = docs\01_04_sequence_properties.fsx
docs\02_01_alignment.fsx = docs\02_01_alignment.fsx
docs\02_02_blast.fsx = docs\02_02_blast.fsx
docs\02_03_pattern_query_algorithms.fsx = docs\02_03_pattern_query_algorithms.fsx
docs\03_01_fasta_parsing.fsx = docs\03_01_fasta_parsing.fsx
docs\03_02_fastq_parsing.fsx = docs\03_02_fastq_parsing.fsx
docs\03_03_gff3_parsing.fsx = docs\03_03_gff3_parsing.fsx
docs\03_04_genbank_parsing.fsx = docs\03_04_genbank_parsing.fsx
docs\03_05_obo.fsx = docs\03_05_obo.fsx
docs\03_06_newick.fsx = docs\03_06_newick.fsx
docs\index.ipynb = docs\index.ipynb
docs\rnaseq_normalization.ipynb = docs\rnaseq_normalization.ipynb
docs\_head.html = docs\_head.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{A5C98CA2-8C64-4684-BF9A-6D76033BF822}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{C28E101C-CFED-47EE-923F-63299DC60E95}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-test.yml = .github\workflows\build-test.yml
.github\workflows\deploy-gh-pages.yml = .github\workflows\deploy-gh-pages.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{A19417FB-0A20-49EF-9295-6D87514FC92B}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE = LICENSE
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".git", ".git", "{C6F985BC-2F62-4B19-A6B0-11C8204C3080}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "build", "build\build.fsproj", "{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{484BE8FC-C314-457A-B4C4-870F959577D0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp", "src\BioFSharp\BioFSharp.fsproj", "{EF4BAEB7-E709-48BB-88C3-9498598AFB49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{5B564641-0494-43B6-88F6-7367BD7DECC3}"
ProjectSection(SolutionItems) = preProject
docs\img\badge-binder.svg = docs\img\badge-binder.svg
docs\img\badge-notebook.svg = docs\img\badge-notebook.svg
docs\img\badge-script.svg = docs\img\badge-script.svg
docs\img\BioContainers_Overview.png = docs\img\BioContainers_Overview.png
docs\img\Core.png = docs\img\Core.png
docs\img\favicon.ico = docs\img\favicon.ico
docs\img\GFF3.png = docs\img\GFF3.png
docs\img\logo-template.pdn = docs\img\logo-template.pdn
docs\img\logo.png = docs\img\logo.png
docs\img\Logo.svg = docs\img\Logo.svg
docs\img\Logo_large.png = docs\img\Logo_large.png
docs\img\Logo_large.svg = docs\img\Logo_large.svg
docs\img\MakeBlastDBParams.png = docs\img\MakeBlastDBParams.png
docs\img\Nucleotides.png = docs\img\Nucleotides.png
docs\img\Nucleotides.svg = docs\img\Nucleotides.svg
docs\img\release-notes.md = docs\img\release-notes.md
docs\img\SourceCode.png = docs\img\SourceCode.png
docs\img\SourceCode1.png = docs\img\SourceCode1.png
docs\img\TG1.jpg = docs\img\TG1.jpg
docs\img\TG1.png = docs\img\TG1.png
docs\img\Tree.png = docs\img\Tree.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{C7775115-DA0C-4BD7-99B1-9981E7822D49}"
ProjectSection(SolutionItems) = preProject
docs\data\alignment.maf = docs\data\alignment.maf
docs\data\blastTestOutput.csv = docs\data\blastTestOutput.csv
docs\data\Chlamy_Cp.aln = docs\data\Chlamy_Cp.aln
docs\data\Chlamy_Cp.fastA = docs\data\Chlamy_Cp.fastA
docs\data\Chlamy_Cp.fastA.gz = docs\data\Chlamy_Cp.fastA.gz
docs\data\Chlamy_Cp.fastA.phr = docs\data\Chlamy_Cp.fastA.phr
docs\data\Chlamy_Cp.fastA.pin = docs\data\Chlamy_Cp.fastA.pin
docs\data\Chlamy_Cp.fastA.psq = docs\data\Chlamy_Cp.fastA.psq
docs\data\clustalExample.asn = docs\data\clustalExample.asn
docs\data\clustalOutputExample.asn = docs\data\clustalOutputExample.asn
docs\data\example.mgf = docs\data\example.mgf
docs\data\FastQtest.fastq = docs\data\FastQtest.fastq
docs\data\gff3Example.gff = docs\data\gff3Example.gff
docs\data\gffExampleWrite.gff = docs\data\gffExampleWrite.gff
docs\data\GPL15922_family.soft = docs\data\GPL15922_family.soft
docs\data\GSE71469_family.soft = docs\data\GSE71469_family.soft
docs\data\irisData.csv = docs\data\irisData.csv
docs\data\ms.obo = docs\data\ms.obo
docs\data\ms1Example.mgf = docs\data\ms1Example.mgf
docs\data\ms1ExampleN15.mgf = docs\data\ms1ExampleN15.mgf
docs\data\ms2Example.mgf = docs\data\ms2Example.mgf
docs\data\ms2ExampleN15.mgf = docs\data\ms2ExampleN15.mgf
docs\data\outputTree.txt = docs\data\outputTree.txt
docs\data\Psi-MS.obo = docs\data\Psi-MS.obo
docs\data\sequence.gb = docs\data\sequence.gb
docs\data\Sequence_Ontology_Terms_2_5_3.txt = docs\data\Sequence_Ontology_Terms_2_5_3.txt
docs\data\testTerm.obo = docs\data\testTerm.obo
docs\data\treeExample.txt = docs\data\treeExample.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "core", "core", "{AF2D733C-E42C-4365-85C3-FA0B1FB8D482}"
ProjectSection(SolutionItems) = preProject
docs\core\biocollections.ipynb = docs\core\biocollections.ipynb
docs\core\bioitems.ipynb = docs\core\bioitems.ipynb
docs\core\formula.ipynb = docs\core\formula.ipynb
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|x64.Build.0 = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|x86.ActiveCfg = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Debug|x86.Build.0 = Debug|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|Any CPU.Build.0 = Release|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|x64.ActiveCfg = Release|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|x64.Build.0 = Release|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|x86.ActiveCfg = Release|Any CPU
{F9E53B05-C5B7-4F90-A446-045079B9013D}.Release|x86.Build.0 = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|x64.ActiveCfg = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|x64.Build.0 = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|x86.ActiveCfg = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Debug|x86.Build.0 = Debug|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|Any CPU.Build.0 = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|x64.ActiveCfg = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|x64.Build.0 = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|x86.ActiveCfg = Release|Any CPU
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647}.Release|x86.Build.0 = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|x64.Build.0 = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Debug|x86.Build.0 = Debug|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|Any CPU.Build.0 = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|x64.ActiveCfg = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|x64.Build.0 = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|x86.ActiveCfg = Release|Any CPU
{EF4BAEB7-E709-48BB-88C3-9498598AFB49}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F9E53B05-C5B7-4F90-A446-045079B9013D} = {653DC881-9E1C-490D-A7F2-1CFE5D78D3FE}
{C28E101C-CFED-47EE-923F-63299DC60E95} = {A5C98CA2-8C64-4684-BF9A-6D76033BF822}
{49C426EB-AF0D-4F56-AAFF-7B535AF8A647} = {35248763-7104-4D4A-BB05-E6EB9967E963}
{EF4BAEB7-E709-48BB-88C3-9498598AFB49} = {484BE8FC-C314-457A-B4C4-870F959577D0}
{5B564641-0494-43B6-88F6-7367BD7DECC3} = {236C409B-8B38-4393-8E23-4E6844EA97FD}
{C7775115-DA0C-4BD7-99B1-9981E7822D49} = {236C409B-8B38-4393-8E23-4E6844EA97FD}
{AF2D733C-E42C-4365-85C3-FA0B1FB8D482} = {236C409B-8B38-4393-8E23-4E6844EA97FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A2ED902-6B1D-4BA1-966D-A325EE1BB479}
EndGlobalSection
EndGlobal