Skip to content

Commit be19568

Browse files
committed
feat(silo): read in phylogenetic tree files and create tree structure (#806)
* feat(silo): parse auspice.json * feat(lapis): add newick parser and tests * feat(silo): add tests for edge cases and error handling * feat(silo): switch to using pointers * feat(silo): try to create TreeNodeId type * feat(silo): add to e2e tests * feat(silo): add link between metadata field and tree in initializer * feat(silo): refactor reading from file code * feat(silo): add docs and improve variable names * feat(silo): update names * feat(silo): add newick file to e2e tests * feat(silo): move phylo_tree class to common * feat(silo): add better error type * feat(silo): improve function structure
1 parent 4a5f195 commit be19568

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/silo/storage/column/string_column.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class StringColumnMetadata : public ColumnMetadata {
4848
phylo_tree(std::move(phylo_tree)) {}
4949

5050
StringColumnMetadata() = delete;
51-
5251
StringColumnMetadata(const StringColumnMetadata& other) = delete;
5352
StringColumnMetadata(StringColumnMetadata&& other) = delete;
5453
StringColumnMetadata& operator=(const StringColumnMetadata& other) = delete;

0 commit comments

Comments
 (0)