LarsNauheimer / HybPhaser

Workflow to detect and phase hybrids in target capture data
GNU General Public License v3.0
16 stars 5 forks source link

set threshold_value for case with file #7

Closed bmichanderson closed 1 year ago

bmichanderson commented 1 year ago

In the case that the user specifies a file of paralogs to be removed from every sample, the script will hit an error when checking the value of "threshold_value" (line 251), since it has not been defined. I have added a meaningless value for "threshold_value" at the point where the script checks whether a file has been specified for the paralog removal steps.

LarsNauheimer commented 1 year ago

makes sense! Cheers!