We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48ac0d commit d3605d1Copy full SHA for d3605d1
kipoiseq/datasets/sequence.py
@@ -194,6 +194,10 @@ class SeqStringDataset(Dataset):
194
ranges:
195
type: GenomicRanges
196
doc: Ranges describing inputs.seq
197
+ postprocessing:
198
+ variant_effects:
199
+ bed_input:
200
+ - intervals_file
201
"""
202
203
def __init__(self,
@@ -320,6 +324,10 @@ class SeqDataset(Dataset):
320
324
321
325
322
326
327
328
329
330
323
331
332
333
0 commit comments