Murali-group / BoolODE

Git Repo for simulating Boolean Models
GNU General Public License v3.0
33 stars 16 forks source link

Update script-to-generate-datasets.sh to use genSamples.py #10

Open adyprat opened 5 years ago

amoghpj commented 5 years ago

Fixed in 992d701.

Hi @matthieubulte , we realized that the previous scripts-to-generate-datasets.sh was missing a way to generate samples of cells, and that script had not been included in the repository. This has now been fixed (See scripts/genSamples.py). I have updated the shell script with these changes, and it now does the following:

  1. Do 600 simulations. All simulated trajectories are stored in the /simulations folders
  2. Generate one sample of 500 cells In the case of the Curated model, additionally:
  3. Run SlingShot on this sample of 500 cells.
  4. Additionally generate dropouts.

I would greatly appreciate it if you tested this script and gave me some feedback in terms of functionality and/or documentation.

We appreciate your efforts to make BoolODE more usable. Thank you so much for your pull requests!

cc @adyprat

matthieubulte commented 5 years ago

Hi, that's a nice update! Since you ask me, here are my comments on what could be improved:

Anyways, thanks for this update!