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
21ff28bf
Commit
21ff28bf
authored
Oct 18, 2013
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
9897c125
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/miseq_diversity/components/mothurmakecontigs.py
View file @
21ff28bf
...
...
@@ -163,7 +163,7 @@ class MothurMakeContigs(Analysis):
,
cmd_format
=
'{EXE} {IN} {OUT}'
)
makecontigs
(
inputs
=
[
self
.
stability_files
],
includes
=
[
self
.
read1_files
,
self
.
read2_files
],
outputs
=
[
self
.
stdout
,
self
.
trim_fasta_files
,
self
.
scrap_fasta_files
,
self
.
groups_files
,
\
self
.
report_files
])
screenseqs
=
ShellFunction
(
self
.
get_exec_path
(
"mothur"
)
+
' "#screen.seqs(fasta=$1,group=$2,maxambig='
+
self
.
maxambig
+
',maxlength='
+
self
.
maxlength
+
\
screenseqs
=
ShellFunction
(
self
.
get_exec_path
(
"mothur"
)
+
' "#screen.seqs(fasta=$1,group=$2,maxambig='
+
str
(
self
.
maxambig
)
+
',maxlength='
+
str
(
self
.
maxlength
)
+
\
',outputdir='
+
self
.
output_directory
+
'/,processors='
+
str
(
self
.
processors
)
+
')" > $3'
,
cmd_format
=
'{EXE} {IN} {OUT}'
)
screenseqs
=
MultiMap
(
screenseqs
,
inputs
=
[
self
.
trim_fasta_files
,
self
.
groups_files
],
outputs
=
[
self
.
stdout_screenseqs
,
self
.
good_fasta_files
,
self
.
bad_accnos_files
,
\
self
.
good_groups_files
])
\ No newline at end of file
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