Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SENSE-PPI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Konstantin Volzhenin
SENSE-PPI
Commits
d51c12e8
Commit
d51c12e8
authored
Sep 01, 2023
by
Konstantin Volzhenin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.3.2 default params for create_dataset changed
parent
fbfc4fc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
__init__.py
senseppi/__init__.py
+1
-1
create_dataset.py
senseppi/commands/create_dataset.py
+1
-1
No files found.
senseppi/__init__.py
View file @
d51c12e8
__version__
=
"0.3.
1
"
__version__
=
"0.3.
2
"
__author__
=
"Konstantin Volzhenin"
__author__
=
"Konstantin Volzhenin"
from
.
import
model
,
commands
,
esm2_model
,
dataset
,
utils
,
network_utils
from
.
import
model
,
commands
,
esm2_model
,
dataset
,
utils
,
network_utils
...
...
senseppi/commands/create_dataset.py
View file @
d51c12e8
...
@@ -266,7 +266,7 @@ def add_args(parser):
...
@@ -266,7 +266,7 @@ def add_args(parser):
help
=
"The minimum length of a protein to be included in the dataset."
)
help
=
"The minimum length of a protein to be included in the dataset."
)
parser
.
add_argument
(
"--max_length"
,
type
=
int
,
default
=
800
,
parser
.
add_argument
(
"--max_length"
,
type
=
int
,
default
=
800
,
help
=
"The maximum length of a protein to be included in the dataset."
)
help
=
"The maximum length of a protein to be included in the dataset."
)
parser
.
add_argument
(
"--max_positive_pairs"
,
type
=
int
,
default
=
5000
,
parser
.
add_argument
(
"--max_positive_pairs"
,
type
=
int
,
default
=
None
,
help
=
"The maximum number of positive pairs to be included in the dataset. "
help
=
"The maximum number of positive pairs to be included in the dataset. "
"If None, all pairs are included. If specified, the pairs are selected "
"If None, all pairs are included. If specified, the pairs are selected "
"based on the combined score in STRING."
)
"based on the combined score in STRING."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment