Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequence.py #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Fix discrepancies/default no target score specificity addition…
…al: remove unused imports
stefanches7 committed Oct 2, 2019
commit 60a9bfb03484c05fb69160570572b06023b2d53a
5 changes: 4 additions & 1 deletion kipoiseq/dataloaders/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ class StringSeqIntervalDl(Dataset):
doc: Force uppercase output of sequences
ignore_targets:
doc: if True, don't return any target variables
target_only_score:
doc: if True, only 'score' column of BED file is returned in targets array
output_schema:
inputs:
name: seq
Expand Down Expand Up @@ -303,7 +305,8 @@ class SeqIntervalDl(Dataset):
doc: 'defines the numpy dtype of the returned array. Example: int, np.int32, np.float32, float'
ignore_targets:
doc: if True, don't return any target variables

target_only_score:
doc: if True, only 'score' column of BED file is returned in targets array
output_schema:
inputs:
name: seq
Expand Down