From 3f8efa0a1e128ae2ff6477c3351bb9f188096b45 Mon Sep 17 00:00:00 2001 From: Shettland Date: Mon, 11 Mar 2024 16:33:37 +0100 Subject: [PATCH] excel_generator.py reverted, -l included. Linting --- bu_isciii/templates/viralrecon/RESULTS/excel_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bu_isciii/templates/viralrecon/RESULTS/excel_generator.py b/bu_isciii/templates/viralrecon/RESULTS/excel_generator.py index 9590ee767..8467c414d 100755 --- a/bu_isciii/templates/viralrecon/RESULTS/excel_generator.py +++ b/bu_isciii/templates/viralrecon/RESULTS/excel_generator.py @@ -25,7 +25,7 @@ parser.add_argument( "-l", "--merge_lineage_files", - action='store_true', + action="store_true", help="Merge pangolin and nextclade lineage tables", ) args = parser.parse_args()