HenrikBengtsson / aroma.seq

🔬 R package: aroma.seq: High-Throughput Sequence Analysis using the Aroma Framework
https://github.com/HenrikBengtsson/aroma.seq
0 stars 1 forks source link

getIndexFile() should check file time stamps too #41

Closed HenrikBengtsson closed 7 years ago

HenrikBengtsson commented 7 years ago

getIndexFile() for FastaReferenceFile and BamDataFile should check file time stamps too, because currently it's just returning the index file even when it's older than the main file.

HenrikBengtsson commented 7 years ago

Fixed in commit 1f9474d6589.