Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
e6d19d5a
Commit
e6d19d5a
authored
Aug 19, 2014
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
41fa0d2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
e6d19d5a
...
...
@@ -472,7 +472,7 @@ class Workflow(threading.Thread):
"""
Return the workflow name, has to be implemented by subclasses
"""
r
aise
NotImplementedError
r
eturn
self
.
__class__
.
__name__
.
lower
()
def
get_description
(
self
):
"""
...
...
workflows/alignment/__init__.py
View file @
e6d19d5a
...
...
@@ -19,9 +19,6 @@ from jflow.workflow import Workflow
from
jflow.parameter
import
InputFileList
,
InputFile
class
Alignment
(
Workflow
):
def
get_name
(
self
):
return
"alignment"
def
get_description
(
self
):
return
"align reads against a reference genome"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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