Skip to content

Commit d3605d1

Browse files
committed
add postprocessing to dataloaders
1 parent b48ac0d commit d3605d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kipoiseq/datasets/sequence.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ class SeqStringDataset(Dataset):
194194
ranges:
195195
type: GenomicRanges
196196
doc: Ranges describing inputs.seq
197+
postprocessing:
198+
variant_effects:
199+
bed_input:
200+
- intervals_file
197201
"""
198202

199203
def __init__(self,
@@ -320,6 +324,10 @@ class SeqDataset(Dataset):
320324
ranges:
321325
type: GenomicRanges
322326
doc: Ranges describing inputs.seq
327+
postprocessing:
328+
variant_effects:
329+
bed_input:
330+
- intervals_file
323331
"""
324332

325333
def __init__(self,

0 commit comments

Comments
 (0)