sigven / pcgr

Personal Cancer Genome Reporter (PCGR)
https://sigven.github.io/pcgr
MIT License
251 stars 47 forks source link

CPSR versioning #172

Closed pdiakumis closed 2 years ago

pdiakumis commented 2 years ago

Proposing to grab the CPSR version directly from the R package instead of keeping a hard-coded string that gets out of sync. We do lose the ability to do a cpsr --version on the command line, but I don't think that's important. If we want to remove the UNUSED_ARG from the cpsr.R call below we'll need to decrement the remaining index numbers in cpsr.R.

Also mini refactoring of the template system.file calls in main.R for less verbosity.