lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
20 stars 8 forks source link

Making a command line QC app #35

Closed christian-oreilly closed 1 year ago

christian-oreilly commented 1 year ago

For now, the QC is started in command line with an instruction like python app.py. We need to create a proper CLI, e.g., using argparse and modify the setup.py to deploy it on pip install pylossless so that the app is added in the system path and that it can be launched simply by a command line like pylossless_qc with potential arguments like pylossless_qc --kind "collaborative".