Skip to content

Commit 026e253

Browse files
author
Roman Barth
committed
added .bat files for easier execution
1 parent c3bde9b commit 026e253

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.code-workspace
22
__pycache__/
33
temp/
4-
*.bat
4+
development/
55
*.idea
66
*.vscode
77
*.ipynb_checkpoints

bat/LEADS_cropBatch.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
3+
call conda activate leads-env
4+
call python -m leads.crop_images_batch
5+
PAUSE

bat/LEADS_cropGUI.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
3+
call conda activate leads-env
4+
call python -m leads.gui.crop_images_gui

bat/LEADS_kymoGUI.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
3+
call conda activate leads-env
4+
call python -m leads.gui.kymograph_gui

0 commit comments

Comments
 (0)