AlexsLemonade / scpca-downstream-analyses

This repository is intended to store our pipeline for marker genes analysis.
0 stars 0 forks source link

Add overwrite option to GOI workflow #282

Closed cbethell closed 1 year ago

cbethell commented 1 year ago

Please provide some background on the proposed additions or changes.

We may want to add an --overwrite option to the current GOI analysis workflow. Reasoning being, if users want to test more than one GOI list, they may want the option to overwrite or not overwrite the current GOI results files.

What are the changes that you are proposing?

There should be a check on whether or not _normalized_zscores.mtx file exists, if it does, there should be an option to overwrite it or not.

Please describe the proposed solution.

This --overwrite option and check for the _normalized_zscores.mtx should be added to the goi_calculations.R script. The default for this option should be stored as TRUE in the GOI config file.

What potential "gotchas" do we know of?

Not that I can think of.

cbethell commented 1 year ago

Addressed by #285