Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.33 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.33 KB

iblalyx

The scripts folder contains one offs, or manual scripts to perform specific interventions or queries and report.

The management folder is meant to populate an alyx django application to be used within the scope of the manage commands. In practice a symlink sends the ibl.py file and the private package _ibl to the alyx app via the following command on the server:

ROOT_APP=~/iblalyx
ROOT_ALYX=/var/www/alyx-main/alyx

ln -s $ROOT_APP/management/commands/_ibl $ROOT_ALYX/data/management/commands/_ibl
ln -s  $ROOT_APP/management/commands/ibl.py $ROOT_ALYX/data/management/commands/ibl.py
ln -s  $ROOT_APP/management/commands/sync_patcher.py $ROOT_ALYX/data/management/commands/sync_patcher.py

# to link the ibl_reports page
ln -s  $ROOT_APP/management/ibl_reports $ROOT_ALYX/ibl_reports
ln -s  $ROOT_APP/management/ibl_reports/templates $ROOT_ALYX//templates/ibl_reports

Commands

histology_assign_update