Skip to content

Commit

Permalink
fix: fix filtering primerless reads by pinning rust-script (#339)
Browse files Browse the repository at this point in the history
* pin rust-script

* add comment

* Update workflow/envs/filter_reads.yaml

Co-authored-by: David Laehnemann <[email protected]>

---------

Co-authored-by: David Laehnemann <[email protected]>
  • Loading branch information
FelixMoelder and dlaehnemann authored Nov 18, 2024
1 parent 0d8dba7 commit ff37174
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/envs/filter_reads.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
channels:
- conda-forge
dependencies:
- rust-script >=0.17.0
# TODO: update rust-script to 0.35 once it is supported by snakemake, see:
# https://github.com/snakemake/snakemake/issues/3183
- rust-script =0.22
- rust >=1.58
- cryptography >=36.0
- c-compiler =1.3
Expand Down

0 comments on commit ff37174

Please sign in to comment.