Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wot trajectory :Empty population list #25

Closed
annrosebright opened this issue Feb 8, 2019 · 1 comment
Closed

wot trajectory :Empty population list #25

annrosebright opened this issue Feb 8, 2019 · 1 comment

Comments

@annrosebright
Copy link

annrosebright commented Feb 8, 2019

Hi, I am trying to run wot on the simulated data provided with the tutorial. But i keep getting this error. Can you please help on why this error is occurring. I wanted to first run the commands on this dataset and apply it on our dataset.

wot trajectory --tmap tmaps --cell_set cell_sets.gmt --time 10 --out traj.txt
Traceback (most recent call last):
File "/home/brightann/.local/bin/wot", line 11, in
sys.exit(main())
File "/home/brightann/.local/lib/python3.7/site-packages/wot/main.py", line 23, in main
cmd.main(command_args)
File "/home/brightann/.local/lib/python3.7/site-packages/wot/commands/trajectory.py", line 23, in main
trajectory_ds = tmap_model.compute_trajectories(populations)
File "/home/brightann/.local/lib/python3.7/site-packages/wot/tmap/transport_map_model.py", line 71, in compute_trajectories
while self.can_pull_back(*populations):
File "/home/brightann/.local/lib/python3.7/site-packages/wot/tmap/transport_map_model.py", line 187, in can_pull_back
return self.timepoints.index(wot.tmap.unique_timepoint(*populations)) > 0
File "/home/brightann/.local/lib/python3.7/site-packages/wot/tmap/util.py", line 24, in unique_timepoint
raise ValueError("Empty population list")
ValueError: Empty population list

@annrosebright
Copy link
Author

Resolved by changing time point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants