Skip to content

Commit

Permalink
minor changes in excel_generator.py, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland authored and saramonzon committed Feb 1, 2024
1 parent 0e2c9af commit 9fc507f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bu_isciii/templates/viralrecon/RESULTS/excel_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
)
args = parser.parse_args()


def concat_tables_and_write(csvs_in_folder: List[str], merged_csv_name: str):
"""Concatenate any tables that share the same header"""
if len(csvs_in_folder) == 0:
Expand Down

0 comments on commit 9fc507f

Please sign in to comment.