niworkflows icon indicating copy to clipboard operation
niworkflows copied to clipboard

Bring hard-links of gzipped files back

Open oesteban opened this issue 5 years ago • 1 comments

In #295 we discontinued hard-linking gzipped files to address poldracklab/fmriprep#1480. The request here would be to bring those back whenever possible (see https://github.com/poldracklab/niworkflows/pull/295#issuecomment-459441516).

oesteban avatar Jan 31 '19 18:01 oesteban

I found a relevant StackOverflow thread for Python code to detect filename/mtime metadata, which could be useful in deciding whether to skip the extremely cautious unzip-rezip approach we're now taking.

effigies avatar Jan 31 '19 19:01 effigies