bioinform / longislnd

LongISLND - Long In silico Sequencing of Lengthy and Noisy Datatypes
Other
4 stars 4 forks source link

About model in simulate.py #41

Open 11malong opened 2 years ago

11malong commented 2 years ago

In command of simulate.py, I need to give ' --model_dir xxx'. But how can I generate the model from sample.py? Can you give an example? Thank you.

yunfeiguo commented 2 years ago

Please see https://github.com/bioinform/longislnd/blob/master/sampling_example/ecoli/learn_and_simulate.sh you can use --input_suffix in sample.py to change input file suffix, by default, sample.py assumes all input files are in current working directory.

11malong commented 2 years ago

Thank you so much!