From c2e74309e8f5b6759ca48fb976aa04da6b869b0c Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Mon, 11 Dec 2017 10:52:24 +1100 Subject: [PATCH] Add links to release pages. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a55bc3..163cf93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Note: This is to be used in conjunction with [flowjo-plugin-data-dump](https://github.com/nicbarker/flowjo-plugin-data-dump) ## Usage -- Download the data-dump plugin .jar from the releases page +- Download the data-dump plugin .jar from the [releases page](https://github.com/nicbarker/flowjo-plugin-data-dump/releases) - Place it in your `/Applications/plugins` directory or windows equivalent - Start FlowJo - Select a sample or node then click Workspace -> Plugins -> FlowJoPluginDataDump @@ -10,7 +10,7 @@ Note: This is to be used in conjunction with [flowjo-plugin-data-dump](https://g ```Java invokeAlgorithm(FlowJoPluginTestbed.getFcmlFromFile("/some/directory/FlowJo Plugin Data Dump/fcmlQueryElement.xml"), FlowJoPluginTestbed.createFileObject("/some/directory/FlowJo Plugin Data Dump/st_HM-1_CHECK192_001..ExtNode.csv"), FlowJoPluginTestbed.createFileObject("/some/directory/FlowJo Plugin Data Dump")); ``` -- Download the testbed .jar from the releases page +- Download the testbed .jar from the [releases page](https://github.com/nicbarker/flowjo-plugin-testbed/releases) - Add [flowjo-plugin-testbed.jar](https://github.com/nicbarker/flowjo-plugin-testbed) to your classpath - In your plugin, create a main function and call the `invokeAlgorithm()` from the previous step ```Java @@ -75,4 +75,4 @@ This is just a File object that points to the directory where the previous two f ### How it works -`flowjo-plugin-testbed` will read the files off the disk generated by `flowjo-plugin-data-dump` and provide them to your plugins `invokeAlgorithm` function, emulating FlowJo. It actually uses one of FlowJo's internal libraries to parse the FCML file. \ No newline at end of file +`flowjo-plugin-testbed` will read the files off the disk generated by `flowjo-plugin-data-dump` and provide them to your plugins `invokeAlgorithm` function, emulating FlowJo. It actually uses one of FlowJo's internal libraries to parse the FCML file.