Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EDGARCalcModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mdieckma
EDGARCalcModel
Commits
c93aec75
Commit
c93aec75
authored
5 years ago
by
Marius Dieckmann
Browse files
Options
Downloads
Patches
Plain Diff
new names; added evalue field
parent
271b64f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Datatable.proto
+5
-10
5 additions, 10 deletions
Datatable.proto
with
5 additions
and
10 deletions
Datatable.proto
+
5
−
10
View file @
c93aec75
syntax
=
"proto3"
;
option
go_package
=
"
Datatable
"
;
option
go_package
=
"
EdgarHits
"
;
message
MetaInformation
{
map
<
int64
,
ByteRange
>
ContigHits
=
1
;
map
<
int64
,
ByteRange
>
metaContigHits
=
2
;
int64
contigCount
=
3
;
map
<
int64
,
int64
>
metaContigVIDMap
=
4
;
}
message
ByteRange
{
...
...
@@ -15,8 +13,8 @@ message ByteRange {
}
message
ContigHits
{
repeated
Row
fwHits
=
1
;
repeated
Row
revHits
=
2
;
repeated
Hit
fwHits
=
1
;
repeated
Hit
revHits
=
2
;
ContigType
contigType
=
3
;
string
ProjectName
=
4
;
...
...
@@ -26,7 +24,7 @@ message ContigHits {
}
}
message
Row
{
message
Hit
{
int64
queryGenome
=
1
;
int64
queryGene
=
2
;
int64
hitGenome
=
3
;
...
...
@@ -34,8 +32,5 @@ message Row {
double
score_ratio
=
5
;
int64
score
=
6
;
double
percent_identity
=
7
;
}
message
CDS
{
map
<
int64
,
string
>
idToName
=
1
;
double
evalue
=
8
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment