Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
c2575e06
Commit
c2575e06
authored
Jul 17, 2014
by
Maria Bernard
Browse files
No commit message
No commit message
parent
9963754e
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/radseq/__init__.py
View file @
c2575e06
...
...
@@ -60,11 +60,7 @@ class RADseq (BasicNG6Workflow):
self
.
args
[
'trim'
],
self
.
args
[
'forward'
]],
component_prefix
=
pool_id
)
#ustacks = self.add_component("Ustacks", [self.args["read_1"]])
splitbc
=
self
.
add_component
(
"SplitBC"
,
[
pooldata
[
'read1'
],
pooldata
[
'read2'
]
if
pooldata
[
'read2'
]
else
None
,
indivs_by_name
.
keys
(),
barcode_file
,
self
.
args
[
'enzyme'
],
self
.
args
[
'mismatches'
],
self
.
args
[
'tag_mismatch'
],
self
.
args
[
'trim'
],
self
.
args
[
'forward'
]],
component_prefix
=
pool_id
)
ustacks
=
self
.
add_component
(
"Ustacks"
,
[
self
.
args
[
"individu"
],
splitbc
.
output_read1
,
max_locus
=
2
]
,
component_prefix
=
"ustacks"
)
ustacks
=
self
.
add_component
(
"Ustacks"
,
[],
{
"indiv_dic"
:
self
.
args
[
"individu"
],
"read1_files"
:
splitbc
.
output_read1
,
"max_locus"
:
3
}
,
component_prefix
=
"ustacks"
)
#cstacks = self.add_component("Cstacks", [ustacks.alleles, ustacks.snps, ustacks.tags, self.args["catalog_mismatches"]])
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