Skip to content

Commit

Permalink
excel_generator.py reverted, -l included. Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland authored and saramonzon committed Mar 11, 2024
1 parent 6d879d2 commit c746d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bu_isciii/templates/viralrecon/RESULTS/excel_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c746d4f

Please sign in to comment.