# HG changeset patch # User sanbi-uwc # Date 1663153862 0 # Node ID 9fd6dde72d2e1f2500e84a361768cecb8329a8c3 # Parent ca5b3e9740b9bc6c4bb15a59b2463a13a2d9f934 planemo upload for repository https://github.com/pvanheus/polio_report commit a99e10fec2fac5aae70974c977eb3b362a1a8429-dirty diff -r ca5b3e9740b9 -r 9fd6dde72d2e assess_alignment.py --- a/assess_alignment.py Wed Sep 14 10:05:03 2022 +0000 +++ b/assess_alignment.py Wed Sep 14 11:11:02 2022 +0000 @@ -184,7 +184,7 @@ best_match_mismatch_list = mismatch_list best_match_quality = quality best_match_reference = dataset_name - best_consensus = args.consensi[file_index] + best_consensus = open(args.consensi[file_index]).read() percent_mismatches = round(min_mismatches / lengths[best_match_reference] * 100, 2) info = { diff -r ca5b3e9740b9 -r 9fd6dde72d2e assess_poliovirus_alignment.xml --- a/assess_poliovirus_alignment.xml Wed Sep 14 10:05:03 2022 +0000 +++ b/assess_poliovirus_alignment.xml Wed Sep 14 11:11:02 2022 +0000 @@ -1,4 +1,4 @@ - + python