INT-NIT / BEP032tools

Software tools supporting the BIDS Extension Proposal (BEP) dedicated to adding support for electrophysiological data recorded in animal models (BEP032)
MIT License
3 stars 8 forks source link

Create an executable (script) that gets installed and set up automatically #27

Closed SylvainTakerkart closed 4 years ago

SylvainTakerkart commented 4 years ago

We'd need to add a script that becomes an executable for the users and that gets automatically set-up when the package gets installed (e.g with pip).

A good example to follow seems to be the nipypecli executable script, that gets installed with nipype.

Slowblitz commented 4 years ago

Hi,

I have just updated the AnDOChecker package on pypi https://pypi.org/project/AnDOChecker/ so that once the "pip install" is done you can directly use ando as a bash script cf: the nipype package :

image

SylvainTakerkart commented 4 years ago

I've just tested on my local machine, it works like a charm ;)

SylvainTakerkart commented 4 years ago

The PR has been merged, we can close this issue! Thanks!