jzhoulab / orca

sequence-based prediction of multiscale genome structure from kilobase to whole-chromosome scale
Other
70 stars 21 forks source link

Set model_labels in orca_predict.py and seqstr installation update #9

Closed gr-grey closed 7 months ago

gr-grey commented 7 months ago

Update 1: model_labels setting

To resolve #8, in which model_labels was default to None, causing genomeplot function to throw out error when plotting: TypeError: 'NoneType' object is not iterable

Change in orca_predict.py:

The model_labels are set when checking the custom_models parameter.

This model_labels setting is updated in the following functions: process_region, process_dup, process_del, process_inv, process_ins, process_custom, process_single_breakpoint, process_seqstr.

Update 2: Seqstr installation guide