Skip to content

Specifying an Absolute Cell Size Distribution from file #966

Closed Answered by rquey
kfryd asked this question in Q&A
Discussion options

You must be logged in to vote

There are several problems:

  1. The first column should contain strictly increasing values. I was able to modify the file as follows:
sort -nk1 mydistrib | uniq > mydistrib2 && mv mydistrib2 mydistrib
  1. With -n from_morpho, the number of cells is determined from the values in mydistrib, and since the values are large (above 1, for many of them), the number of cells is simply 1.

I think you have to work on your mydistrib file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants