Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
8ed4535f
Commit
8ed4535f
authored
Jul 17, 2014
by
Penom Nom
Browse files
work with test data
parent
546d78db
Changes
2
Hide whitespace changes
Inline
Side-by-side
workflows/radseq/__init__.py
View file @
8ed4535f
...
...
@@ -19,13 +19,10 @@ import os
import
glob
import
sys
from
ng6.ng6workflow
import
NG6Workflow
from
ng6.ng6workflow
import
NG6Workflow
,
BasicNG6Workflow
class
RADseq
(
NG6Workflow
):
def
__init__
(
self
,
args
=
{},
id
=
None
,
function
=
"process"
,
parameters_section
=
"parameters"
,
add_run_params
=
True
):
NG6Workflow
.
__init__
(
self
,
args
,
id
,
function
,
parameters_section
,
add_run_params
=
False
)
class
RADseq
(
BasicNG6Workflow
):
def
process
(
self
):
...
...
workflows/radseq/data/radseq.cfg
View file @
8ed4535f
...
...
@@ -51,8 +51,6 @@ id=OMYMUNE
read1=workflows/radseq/data/omymune_r1.fq.gz
read2=workflows/radseq/data/omymune_r2.fq.gz
--admin-login
inabihoudine
...
...
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