AstraZeneca-NGS / VarDict

VarDict
MIT License
187 stars 62 forks source link

Disable scientific notification in R #138

Closed PolinaBevad closed 4 years ago

PolinaBevad commented 4 years ago

Description

This PR disable the default scientific notification that R used (scipen=0). Because R script can change values like 0.0009 to 9E-4 after writing to the table, the result of comparing such values with simple "diff" that we use in integration testing will fail. It will save the current value end to return it after processing (not to change user settings).