Skip to content

Commit

Permalink
Removing extra storage files and merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnsonJr committed Oct 14, 2024
1 parent dc9c807 commit b93d89a
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 3,216 deletions.
6 changes: 0 additions & 6 deletions src/CountTableAdapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ std::string CountTableAdapter::GetNameByIndex(const int index) const {
return sampleNames[index];
}

std::string CountTableAdapter::GetNameByIndex(const int index) const {
if(index > static_cast<int>(sampleNames.size()))
return "";
return sampleNames[index];
}

std::vector<std::string> CountTableAdapter::GetGroups() const {
return groups;
}
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Makevars
CXX_STD = CXX11
# PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -lprofiler
10 changes: 0 additions & 10 deletions tests/testthat/extdata/Clustur/amazon_subset.dist

This file was deleted.

1,047 changes: 0 additions & 1,047 deletions tests/testthat/extdata/Clustur/count_table.count

This file was deleted.

12 changes: 0 additions & 12 deletions tests/testthat/extdata/Clustur/modifed_amazon.csv

This file was deleted.

Binary file removed tests/testthat/extdata/Clustur/sparse_amazon.RDS
Binary file not shown.
2 changes: 0 additions & 2 deletions tests/testthat/extdata/Clustur/sparse_phylip.nn.list

This file was deleted.

2 changes: 0 additions & 2 deletions tests/testthat/extdata/Clustur/sparse_phylip.opti_mcc.list

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions tests/testthat/extdata/Clustur/sparse_phylip.opti_mcc.steps

This file was deleted.

Loading

0 comments on commit b93d89a

Please sign in to comment.