GustavoHCruz commited on
Commit
5eb484a
·
verified ·
1 Parent(s): 79d64c3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. bert_exon_intron_classification.py +1 -1
bert_exon_intron_classification.py CHANGED
@@ -56,7 +56,7 @@ class BERTExonIntronClassificationPipeline(Pipeline):
56
 
57
  if after:
58
  after_p = process_sequence(after[:25])
59
- out += f"|<FLANK_AFTER|>{after_p}"
60
 
61
  return out
62
 
 
56
 
57
  if after:
58
  after_p = process_sequence(after[:25])
59
+ out += f"<|FLANK_AFTER|>{after_p}"
60
 
61
  return out
62