bids-standard / bids-examples

A set of BIDS compatible datasets with empty raw data files that can be used for writing lightweight software tests.
http://bids-standard.github.io/bids-examples/
169 stars 134 forks source link

Use deno compile to install deno bids-validator #449

Closed yarikoptic closed 3 months ago

yarikoptic commented 3 months ago

Make it less cumbersome and may be more efficient since produces a binary executable file

Based on info from https://github.com/bids-standard/bids-validator/pull/1942#issuecomment-2159539424

yarikoptic commented 3 months ago

doesn't work on windows

Download https://dl.deno.land/release/v1.44.1/denort-x86_64-pc-windows-msvc.zip
/d/a/bids-examples/bids-examples
D:\a\_temp\b1eee1f8-8f1c-4dae-9944-289f42dbd60a.sh: line 8: bids-validator: command not found
Error: Process completed with exit code 127.

so screw it for now