Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
f0ff5854
Commit
f0ff5854
authored
Mar 30, 2019
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing trace
parent
601a2cfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/build_reference_db.c
src/build_reference_db.c
+1
-4
No files found.
src/build_reference_db.c
View file @
f0ff5854
...
...
@@ -102,6 +102,7 @@ int build_reference_db(const char* dms_name,
obidebug
(
1
,
"
\n
Error allocating memory for the name of the matrix view when building a reference database"
);
return
-
1
;
}
// TODO check and create view name that doesn't already exist
matrix_view_name
=
strcpy
(
matrix_view_name
,
o_view_name
);
strcat
(
matrix_view_name
,
"_matrix"
);
...
...
@@ -248,10 +249,6 @@ int build_reference_db(const char* dms_name,
return
-
1
;
}
taxid_lca
=
lca
->
taxid
;
if
(
taxid_lca
==
2558200
)
{
fprintf
(
stderr
,
"
\n
taxid1 %d, taxid2 %d
\n
"
,
taxid1
,
taxid2
);
}
if
(
obi_set_int_with_elt_idx_and_col_p_in_view
(
matrix_with_lca_view
,
matrix_lca_taxid_column
,
i
,
0
,
taxid_lca
)
<
0
)
{
obidebug
(
1
,
"
\n
Error writing the last common ancestor of two taxa when building a reference database"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment