Skip to content

Commit

Permalink
fixed input of print_data* functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinavisnovska committed Feb 7, 2024
1 parent 2a1b19e commit b49b94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samplesheet_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def create_info_dictionary_from_input_df_dual_indexes(info_df, run_id, indexes):
return info


def print_data_section_dual_indexes_v1(info, sample_id):
def print_data_section_dual_indexes_v1(info):

# print out data header
print("[Data]")
Expand Down Expand Up @@ -374,7 +374,7 @@ def create_info_dictionary_from_input_df_simple_indexes(info_df, run_id, indexes
return info


def print_data_section_simple_indexes_v1(info, sample_id):
def print_data_section_simple_indexes_v1(info):

# print out data header
print("[Data]")
Expand Down

0 comments on commit b49b94f

Please sign in to comment.