# HG changeset patch # User greg # Date 1680010950 0 # Node ID c5e80637cf3df8ee99c78be82dd3d3283bc49d2a # Parent b1a7e04e637127492d875897710b8dd67a743ce9 Uploaded diff -r b1a7e04e6371 -r c5e80637cf3d draw_amr_matrix.py --- a/draw_amr_matrix.py Tue Mar 28 13:21:09 2023 +0000 +++ b/draw_amr_matrix.py Tue Mar 28 13:42:30 2023 +0000 @@ -197,7 +197,7 @@ # exact inputs when running outside of planeo that result in the value # being 2. So we have to pass this in_test_mode flag in order to get # functional tests to work. - if in_test_mode: + if in_test_mode == 'true': shape_val = 0 else: shape_val = 1 diff -r b1a7e04e6371 -r c5e80637cf3d draw_amr_matrix.xml --- a/draw_amr_matrix.xml Tue Mar 28 13:21:09 2023 +0000 +++ b/draw_amr_matrix.xml Tue Mar 28 13:42:30 2023 +0000 @@ -39,10 +39,10 @@ --reference_genome reference.fa --amr_matrix_png_dir 'amr_matrix_png_dir' --errors '$errors' +--in_test_mode '$in_test_mode' #if str($output_process_log) == 'yes': && mv 'process_log' '$process_log' #end if ---in_test_mode '$in_test_mode' ]]>