Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro committed Jan 8, 2025
1 parent 7c4e98b commit dd71969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stpipeline/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,9 @@ def run(self):
self.disable_umi,
self.disable_barcode)
# update qa_stats

self.qa_stats.input_reads_reverse = stats["input_reads_reverse"]
self.qa_stats.reads_after_trimming_forward = stats["reads_after_trimming_forward"]
self.qa_stats.qa_stats.reads_after_trimming_reverse = stats["reads_after_trimming_reverse"]
except Exception:
raise

Expand Down

0 comments on commit dd71969

Please sign in to comment.