Skip to content

Commit

Permalink
added demux as dependency and added data folders to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Mar 26, 2024
1 parent f24d553 commit 575a839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requirements:
run:
- python {{ python }}
- qiime2 {{ qiime2_epoch }}.*
- q2-demux {{ qiime2_epoch }}.*
- q2-types {{ qiime2_epoch }}.*
- q2templates {{ qiime2_epoch }}.*
- q2cli {{ qiime2_epoch }}.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"data/annotate_mags_output/*/*/*",
"data/annotate_reads_output/*/*",
],
"q2_amr.card.tests": ["data/*" "data/*/*/*/*" "data/*/*/*"],
"q2_amr.card.tests": ["data/*", "data/*/*", "data/*/*/*", "data/*/*/*/*"],
},
zip_safe=False,
)

0 comments on commit 575a839

Please sign in to comment.