Skip to content

Commit

Permalink
nano cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed May 8, 2024
1 parent 06bf286 commit 306ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def process_sample(self, sample):
os.remove(f)
for f in glob.glob(sample.read_group_file + "*"):
os.remove(f)
logger.info("Processed sample " + sample.prefix)
logger.info("Processed experiment " + sample.prefix)

def collect_reads(self, sample):
logger.info('Collecting read alignments')
Expand Down

0 comments on commit 306ddba

Please sign in to comment.