Skip to content

Commit

Permalink
added illumina bam for bam file input
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpfeil committed Oct 30, 2023
1 parent 8ba814a commit 53b55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_data_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def __init__(self, args):
sample_files[0].append([bam])
readable_names_dict[experiment_name][bam] = args.labels[i] if args.labels else \
os.path.splitext(os.path.basename(bam))[0]
illumina_bam.append(args.illumina_bam)


elif args.fastq_list is not None:
self.input_type = "fastq"
sample_files, experiment_names, readable_names_dict, illumina_bam = self.get_samples_from_file(args.fastq_list)
Expand Down

0 comments on commit 53b55b2

Please sign in to comment.