Peter Carbonetto
Peter Carbonetto
@jdblischak See [here](https://help.codeocean.com/articles/2887105-version-control-on-code-ocean-an-overview) and [here](https://help.codeocean.com/articles/2887183-git-clone-your-capsule-to-your-computer-or-a-different-git-host): "Code Ocean capsule files are managed as a Git repository." So, for example, you could potentially use workflowr inside a Code Ocean "capsule". I don't...
> Do we know anyone that uses Code Ocean? I don't, but I'm aiming to try it out.
There is also the potential to use [git2r::cred_token](https://docs.ropensci.org/git2r/reference/cred_token.html) to automate this for expert workflowr users, but we'd have to figure out how to integrate this into the existing wflow_start interface.
Great idea, I support this. I do know that Data Dryad uses [CC0](https://creativecommons.org/publicdomain/zero/1.0). You might find [this webpage](http://opendefinition.org/licenses) useful.
@jdblischak Interesting, I am not familiar with the Science Commons Database Protocol. I see that the [Science Commons website](http://sciencecommons.org) is defunct. Is there a more recent (active) webpage?
@jdblischak Yes, that looks like a good resource.
Hi Seurat Developers, The paper describing these methods is now [published in Genome Biology](https://doi.org/10.1186/s13059-023-03067-9). Please let me know if I should update the fastTopics wrapper code to address any new...
Hi, now that Seurat 5 is released on CRAN, would now be a good time to revisit this pull request? Should I make sure that this wrapper is compatible with...
@xueweic The likely issue is that `z` is not a vector. If it is a matrix something like this should work: ```r res
(Apologies that the error message is not more helpful.)