phenoscape / pipeline

Build pipeline for the Phenoscape Knowledgebase
MIT License
0 stars 0 forks source link

Remove sed -i argument for portability #218

Closed johnbradley closed 2 years ago

johnbradley commented 2 years ago

Replaces the sed -i (inline edit) argument with code to create a temporary file. The sed -i logic wasn't portable to Mac (BSD). The BSD sed expects an additional suffix argument for the -i flag.