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
When I ran the command and use my token generated by xTrimo AIGP Platform:
python ./client.py --input_type singlecell --output_type cell --pool_type all --pre_normalized F --version 0.2 --tgthighres $tgthighres --data_path ./data/baron_human_samp_19264_fromsaver_demo.csv --save_path ./demo/${taskname}/${tgthighres}/ --token ${token}
However, the response is {'code': -107, 'message': 'divide:Can not find selector, please check your configuration!'}.
So the code shape = resp["outputs"][0]["shape"] of script 'client.py' returned error.
The text was updated successfully, but these errors were encountered:
I also tried the xTrimoGene platform on the Web. However, xTrimoGene provided the embedding function for no less than 1000 cells, which can not meet the demand.
When I ran the command and use my token generated by xTrimo AIGP Platform:$tgthighres --data_path ./data/baron_human_samp_19264_fromsaver_demo.csv --save_path ./demo/$ {taskname}/${tgthighres}/ --token ${token}
python ./client.py --input_type singlecell --output_type cell --pool_type all --pre_normalized F --version 0.2 --tgthighres
However, the response is {'code': -107, 'message': 'divide:Can not find selector, please check your configuration!'}.
So the code shape = resp["outputs"][0]["shape"] of script 'client.py' returned error.
The text was updated successfully, but these errors were encountered: