Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit e046cd4

Browse files
committed
fix DummyJob pipeline
1 parent 8a2d858 commit e046cd4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

lib/VertRes/Pipelines/DummyJob.pm

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# This example pipeline contains two actions named "hello" and "world".
2-
# Note: This code is not maintained and may not work with latest version
3-
# of Pipeline.pm.
4-
#
1+
# A dummy pipeline that has no interactions with databases
52

6-
package VertRes::Pipelines::OliHack;
3+
package VertRes::Pipelines::DummyJob;
74
use base qw(VertRes::Pipeline);
85

96
use strict;
@@ -35,9 +32,7 @@ our $options =
3532
{
3633
'Hello' => 'Hello',
3734
'World' => 'World',
38-
'Extra' => 'Extra',
39-
'assembly_path' => '/pyrodata01/assemblies/metahit/AlistipesshahiiDSM19121/P_2009_11_26_18_16_07_runAssembly/',
40-
'lane' => 'F6ATPV203',
35+
'Extra' => 'Extra'
4136
};
4237

4338

0 commit comments

Comments
 (0)