11 seed_pipeline.pl -url $HIVE_URL -logic_name perform_cmd -input_id
"{'cmd' => 'gzip pdfs/RondoAllaTurca_Mozart_Am.pdf; sleep 5'}"
13 runWorker.pl -url $HIVE_URL
15 seed_pipeline.pl -url $HIVE_URL -logic_name perform_cmd -input_id
"{'cmd' => 'gzip -d pdfs/RondoAllaTurca_Mozart_Am.pdf.gz ; sleep 4'}"
17 runWorker.pl -url $HIVE_URL
21 This is the smallest
Hive pipeline example possible.
22 The pipeline has only one analysis, which can
run any shell command defined in each job by setting its
'cmd' parameter.
26 See the NOTICE file distributed with
this work
for additional information
27 regarding copyright ownership.
29 Licensed under the Apache License,
Version 2.0 (the
"License"); you may not use
this file except in compliance with the License.
30 You may obtain a copy of the License at
34 Unless required by applicable law or agreed to in writing, software distributed under the License
35 is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36 See the License
for the specific language governing permissions and limitations under the License.
40 Please subscribe to the
Hive mailing list: http:
45 package Bio::EnsEMBL::Hive::Examples::SystemCmd::PipeConfig::AnyCommands_conf;
49 use base (
'Bio::EnsEMBL::Hive::PipeConfig::HiveGeneric_conf');
52 sub pipeline_analyses {
54 { -logic_name =>
'perform_cmd',
55 -module =>
'Bio::EnsEMBL::Hive::RunnableDB::SystemCmd',