Skip to content

Commit 0919aa1

Browse files
author
coverney
authored
Updated Excel README
Small formatting change
1 parent 41f4783 commit 0919aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Excel_README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ FCS data. The code needed to run the template is in the TASBEFlowAnalytics [cove
4141

4242
### Next Steps
4343
**Before running TASBEFlowAnalytics, make sure you have installed TASBE and are not just running it from the directory. Installation instructions are located in the TASBEFlowAnalytics [README](https://github.com/TASBE/TASBEFlowAnalytics/blob/develop/README.md).**
44+
4445
After completing and saving the template spreadsheet, the actual analysis can be run in two ways:
4546
1) Run the function ```analyzeFromExcel``` (located in the code directory of TASBEFlowAnalytics)
4647
with the file path of the spreadsheet as the input and the type ('colormodel', 'batch', 'plusminus', or 'transfercurve'). ```analyzeFromExcel``` will then create a TemplateExtraction object and run the correct analysis.
4748
2) Click the run buttons located in each sheet of the template. From there, ```analyzeFromExcel``` is automatically called with the correct inputs. The TASBESession log would then be outputted near the bottom of the relevant sheet. The template contains some more detailed instructions to set up the buttons. **This feature currently only works with Windows.**
4849

49-
**Note**: The code is based on the coordinates of several important variables. You can adjust those coordinates accordingly using the ```setExcelCoordinates``` function within the ```TemplateExtraction``` class.
50+
**Note**: The code is based on the coordinates of several important variables. You can adjust those coordinates accordingly using the ```setExcelCoordinates``` function within the ```TemplateExtraction``` class.

0 commit comments

Comments
 (0)