Skip to content

Commit

Permalink
fix tests for accessory fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjpage committed Nov 26, 2015
1 parent 84961ad commit 10bd531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions t/Bio/Roary/AccessoryBinaryFasta.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ ok(
input_files => [ 't/abc/aaa', 't/abc/bbb', 't/abc/ccc', 't/abc/ddd' ],
groups_to_files =>
{
group_1 => { 'aaa' => [1] },
group_2 => { 'aaa' => [1], 'bbb' => [2] },
group_3 => { 'aaa' => [1], 'bbb' => [2], 'ccc' => [3] },
group_4 => { 'aaa' => [1], 'bbb' => [2], 'ccc' => [3], 'ddd' => [4] },
group_1 => { 't/abc/aaa' => [1] },
group_2 => { 't/abc/aaa' => [1], 't/abc/bbb' => [2] },
group_3 => { 't/abc/aaa' => [1], 't/abc/bbb' => [2], 't/abc/ccc' => [3] },
group_4 => { 't/abc/aaa' => [1], 't/abc/bbb' => [2], 't/abc/ccc' => [3], 't/abc/ddd' => [4] },
},
_lower_bound_value => 0,
_upper_bound_value => 4,
Expand Down
2 changes: 1 addition & 1 deletion t/Bio/Roary/CommandLine/Roary.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cleanup_files();

%scripts_and_expected_files = (

' --dont_split_groups ca ' =>
' --dont_split_groups t/data/query_1.gff t/data/query_2.gff t/data/query_5.gff ' =>
[ 'gene_presence_absence.csv', 't/data/overall_gene_presence_absence.csv' ],
' -j Local -t 1 --dont_split_groups t/data/query_1.gff t/data/query_2.gff t/data/query_5.gff ' =>
[ 'gene_presence_absence.csv', 't/data/overall_gene_presence_absence.csv' ],
Expand Down

0 comments on commit 10bd531

Please sign in to comment.