PaulBrack / Yamato

SWATH-QC metrics
Apache License 2.0
1 stars 1 forks source link

When testing file readability for input files, open read-only not read-write #134

Closed Ozzard closed 4 years ago

Ozzard commented 4 years ago

Opening a file with FileMode.Open will, by default, open it read/write. Stoller lab files on the cluster are kept read-only. At present, this tool cannot work within Stoller.

In general, it is polite and prudent to request minimal permissions when opening any file. For example, when opening an output file, do not assume that you can read it as well as writing it.