Derek Croote
Derek Croote
Implemented in https://github.com/rust-in-action/code/commit/cff02d525ac50a1aa16dafba9780da66fc6d6661
Working now, thanks!
Downloading remote files happens because `rule all` is not being executed in the cloud, but rather [locally](https://snakemake.readthedocs.io/en/master/snakefiles/rules.html?highlight=localrules#local-rules) as `localrule all` (this can be seen in the snakemake run log). The...
> This is from the README.md. So like is this crate using `gpiozero` as the backend or is `rust_gpiozero` a complete rewrite and it uses its own thing? This rust...
> is this using embedded-hal by any chance? Not currently, though support for it is a planned feature: https://github.com/rahul-thakoor/rust_gpiozero#features
The Embedded Rust Book [chapter on Portability](https://docs.rust-embedded.org/book/portability/index.html#portability) provides a nice overview and arguments for it.
Possibly, but without having spent more time assessing how it could be supported I cannot say either way.
I'd be happy to help move from Travis CI to GitHub Actions and get the builds working
@rahul-thakoor - if you're willing, I'd be happy to assist in basic maintenance and some PR reviews when I have the availability. I recently used this package to build a...
@mstubb - the quantification will be different. My thought is that this option would be for those who are performing mapping / quantification by another method e.g. STAR + htseq...