Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
52346f01
Commit
52346f01
authored
Apr 07, 2020
by
Mikaël Salson
Browse files
sample_set_list.py: Mini explanations
parent
82765b92
Pipeline
#135278
passed with stages
in 14 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/sample_set_list.py
View file @
52346f01
class
SampleSetList
():
'''
Deals with a list of a type of sample set (either patient, run or set).
This class is used to load all the required information for such a list.
'''
def
__init__
(
self
,
type
,
page
=
None
,
step
=
None
,
tags
=
None
):
self
.
type
=
type
...
...
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