Skip to content

Commit

Permalink
fix --read_assignmnets
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Mar 12, 2024
1 parent de74f33 commit 6e995e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input_data_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def __init__(self, args):

elif args.read_assignments is not None:
self.input_type = "save"
illumina_bam = [[]]
for i, save_file in enumerate(args.read_assignments):
sample_files.append([[save_file]])
experiment_names.append(self.experiment_prefix + str(i))
Expand Down

0 comments on commit 6e995e3

Please sign in to comment.