Properties are functions that can be called as attributes.
Change StitchDirectories to use properties to dynamically generate linking_outdir and log_dir based on the status of length_threshold
For example, When length_outdir is called, its underlying function is called, which performs a check to see if the length_threshold has been set and returns the appropriate result (None if there is no length threshold).
Properties are functions that can be called as attributes.
Change StitchDirectories to use properties to dynamically generate
linking_outdir
andlog_dir
based on the status oflength_threshold
For example, When
length_outdir
is called, its underlying function is called, which performs a check to see if thelength_threshold
has been set and returns the appropriate result (None if there is no length threshold).