Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
3636e9db
Commit
3636e9db
authored
Jul 06, 2011
by
Leo Gordon
Browse files
adding automatic dataflow to branch 1
parent
c84acd27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
scripts/standaloneJob.pl
scripts/standaloneJob.pl
+6
-0
No files found.
scripts/standaloneJob.pl
View file @
3636e9db
...
...
@@ -50,6 +50,7 @@ foreach my $branch_code (keys %$flow_into) {
}
my
$input_id
=
stringify
(
$param_hash
);
$job
->
autoflow
(
1
);
$job
->
input_id
(
$input_id
);
warn
"
\n
Running '
$runnable_module
' with '
$input_id
' :
\n
";
...
...
@@ -68,6 +69,11 @@ $process->run();
unless
(
$no_write
)
{
warn
"
\n
WRITE_OUTPUT:
\n
";
$process
->
write_output
();
if
(
$job
->
autoflow
)
{
warn
"
\n
AUTOFLOW input->output
\n
";
$job
->
dataflow_output_id
();
}
}
warn
"
\n
DONE.
\n
";
...
...
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