You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I run the method of "celltree_maptpx", there is an error that indicates no expression associated with dataset. But I already add it by wrap_expression but is OK for other methods. How to solve it?
Running singularity exec 'docker://dynverse/ti_celltree_maptpx:v0.9.9.01' echo hi
Running /home/weiyu/bin/singularity exec --containall -B '/tmp/RtmpfBXKaM/filef37e14557db6a/:/copy_mount,/tmp/RtmpfBXKaM/filef37e13ceec23d/tmp:/tmp2' 'docker://dynverse/ti_celltree_maptpx:v0.9.9.01' cp /code/definition.yml /copy_mount/
INFO: Using cached SIF image
INFO: Converting SIF file to temporary sandbox...
INFO: Cleaning up image...
Error in get_expression(dataset, expression_source) :
No expression found in trajectory, please provide the expression through the expression_source argument. This can be an expression or counts matrix, or a dataset containing the expression.
And it didn't work even I add "parameters = list('expression_source' = get_expression(Dataset, 'counts')" inside the function infer_trajectory
The text was updated successfully, but these errors were encountered:
Hi, when I run the method of "celltree_maptpx", there is an error that indicates no expression associated with dataset. But I already add it by wrap_expression but is OK for other methods. How to solve it?
The error message is:
And it didn't work even I add "parameters = list('expression_source' = get_expression(Dataset, 'counts')" inside the function infer_trajectory
The text was updated successfully, but these errors were encountered: