EPFL-LCSB / pytfa

A Python 3 implementation of Thermodynamics-based Flux Analysis
https://lcsb.epfl.ch/
Apache License 2.0
38 stars 26 forks source link

fix: use host user UID and GID #10

Open Midnighter opened 6 years ago

Midnighter commented 6 years ago

Avoid permission errors for mounted volumes and also for files created in the container back on the host.

fix #9

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into dev will decrease coverage by 1.54%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #10      +/-   ##
==========================================
- Coverage   67.12%   65.57%   -1.55%     
==========================================
  Files          29       29              
  Lines        2026     1929      -97     
==========================================
- Hits         1360     1265      -95     
+ Misses        666      664       -2     
Impacted Files Coverage Δ
pytfa/io/base.py 89.49% <0.00%> (-2.60%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 393ab00...12f8f48. Read the comment docs.