Skip to content

Commit

Permalink
TEST: include missing busco test files (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sann5 authored Jun 21, 2024
1 parent 7ab7588 commit d069e33
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@
'data/depth/*', 'data/maps/*', 'data/bins-small/*/*',
'data/bins-no-uuid/*/*'
],
"q2_moshpit.busco.tests": [
"data/*",
"data/*/*",
"data/*/*/*",
"data/*/*/*/*",
"data/*/*/*/*/*",
"q2_moshpit.busco.tests.data": [
"*",
"summaries/*",
"mags/*",
"mags/sample1/*",
"mags/sample2/*",
"busco_db/busco_downloads/*",
"busco_db/busco_downloads/placement_files/*",
"busco_db/busco_downloads/lineages/lineage_1/*",
"busco_db/busco_downloads/lineages/lineage_1/hmms/*",
"busco_db/busco_downloads/lineages/lineage_1/info/*",
"busco_db/busco_downloads/lineages/lineage_1/prfl/*"
],
"q2_moshpit.busco.types.tests": [
"data/*",
Expand Down

0 comments on commit d069e33

Please sign in to comment.