BushmanLab / intSiteCaller

GNU General Public License v3.0
5 stars 5 forks source link

ref genome requirement #12

Open cnobles opened 9 years ago

cnobles commented 9 years ago

There is no flag or requirement to initialize run without specified Genome supplied in processing parameters.

If "hg18" is specified, then Rpackage "BSgenome.Hsapiens.UCSC.hg18" should be required to start run. Likewise, other reference genomes should be able to be used.

esherm commented 9 years ago

This was originally intended as a feature in that intSiteCaller would process as far as it could and at least give some sort of output before crashing. You could easily check for the reference genome by calling get_reference_genome (which lives in programFlow.R) from the original call to processMetadata() rather than waiting for postTrimReads()

Duplicate of esherm/intSiteCaller#27