Skip to content

Commit

Permalink
Clean up data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Sep 12, 2023
1 parent 0d6303c commit c6281dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions test/api/utilities/consolidate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
add_api_test (consolidate_matches_test.cpp)

target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_all.gff)
target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_all.gff)
target_use_datasources (local_prefilter_test FILES 8bins50overlap_reference_metadata.tsv)
target_use_datasources (local_prefilter_test FILES 16bins50overlap_reference_metadata.tsv)
target_use_datasources (local_prefilter_test FILES stellar_truth.gff)
8 changes: 0 additions & 8 deletions test/api/valik/search/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
add_api_test (local_prefilter_test.cpp)

target_use_datasources (local_prefilter_test FILES 50overlap_full.gff)
target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_all.gff)
target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_all.gff)
target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_consolidated.gff)
target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_consolidated.gff)
target_use_datasources (local_prefilter_test FILES 8bins50overlap_reference_metadata.tsv)
target_use_datasources (local_prefilter_test FILES 16bins50overlap_reference_metadata.tsv)
4 changes: 0 additions & 4 deletions test/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ target_use_datasources (dream_test FILES 4bins13window.ibf)
target_use_datasources (dream_test FILES 4bins15window1error.gff)
target_use_datasources (dream_test FILES 4bins15window1error.gff.out)
target_use_datasources (dream_test FILES 4bins15window.ibf)
target_use_datasources (dream_test FILES consolidated16bins13window1error.gff)
target_use_datasources (dream_test FILES consolidated16bins15window1error.gff)
target_use_datasources (dream_test FILES consolidated4bins13window1error.gff)
target_use_datasources (dream_test FILES consolidated4bins15window1error.gff)
target_use_datasources (dream_test FILES dummy_reads.fastq)
target_use_datasources (dream_test FILES query.fastq)
target_use_datasources (dream_test FILES ref.fasta)
Expand Down

0 comments on commit c6281dd

Please sign in to comment.