Skip to content
Snippets Groups Projects
Commit 13ea8a85 authored by Andy Yates's avatar Andy Yates
Browse files

input_id for hive jobfactory instances has changed to input_id_template. reflecting this

parent cb18655e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ sub pipeline_analyses {
inputcmd => 'find '.$self->o('base_path').q{ -type f -name '*.dat.gz'},
column_names => ['file'],
randomize => 1,
input_id => '{ file => "#file#" }'
input_id_template => '{ file => "#file#" }'
},
-input_ids => [ {} ],
-flow_into => {
......
......@@ -70,7 +70,7 @@ sub pipeline_analyses {
-module => 'Bio::EnsEMBL::Pipeline::Flatfile::DumpTypeFactory',
-parameters => {
types => $self->o('types'),
input_id => { species => '#species#', type => '#type#' },
input_id_template => '{ species => "#species#", type => "#type#" }',
fan_branch_code => 2
},
-flow_into => { 2 => ['DumpFlatfile', 'ChecksumGenerator'] },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment