mfumagalli / ImaGene

Estimation of population genetic parameters using deep learning
GNU General Public License v3.0
26 stars 10 forks source link

Location of training data #1

Closed TonyKess closed 4 years ago

TonyKess commented 4 years ago

Hello, I'm working through the binary classification tutorial, but can't find the example training data on the github page. Will this data be added, or is it available elsewhere?

Thanks!

mfumagalli commented 4 years ago

you can reproduce the training data with the command: bash Reproduce/generate_data.sh Binary by first changing the script to set up your path and directories.

mfumagalli commented 4 years ago

we now provided a more user-friendly script to generate simulations directly from python using msms. Please find instructions on the new tutorial for binary classification. Feedback appreciated.