You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we represent variant effects as a strs in the TranscriptAnnotation. However, it would simplify the things down the line if we used VariantEffect enum members instead.
We need to require VariantEffects in TranscriptAnnotation and we should update all genophenocorr.preprocessing.FunctionalAnnotator implementations accordingly.
Definition of done
VariantEffect enum is moved to the genophenocorr.model package
use VariantEffect in TranscriptAnnotation
update the FunctionalAnnotator implementations
The text was updated successfully, but these errors were encountered:
Currently we represent variant effects as a
str
s in theTranscriptAnnotation
. However, it would simplify the things down the line if we usedVariantEffect
enum members instead.We need to require
VariantEffect
s inTranscriptAnnotation
and we should update allgenophenocorr.preprocessing.FunctionalAnnotator
implementations accordingly.Definition of done
VariantEffect
enum is moved to thegenophenocorr.model
packageVariantEffect
inTranscriptAnnotation
FunctionalAnnotator
implementationsThe text was updated successfully, but these errors were encountered: