Closed a-solovyev12 closed 5 years ago
Thanks for the report, I believe this is now fixed in the latest version. Please reinstall and give it another try!
@hpliner, thanks a lot for fixing this. Could you please make a release with an updated version? We built a command line interface for Garnett as a bioconda package and need to update the recipe.
@a-solovyev12 Sorry for the delay, I just created a new release, 0.1.13
@hpliner, thank you :)
Hello,
I was running the
get_feature_genes()
function with test input and default parameters (as in tutorial) when the following error popped up:Apparently,
feature_genes
is a vector rather than a list and just needs to be wrapped into a list function. Could you please fix this?Thanks!