How to use this code:
- Run the
dependencies.jl
file in thedep
folder (or just manually add the packages you need by looking for all the imported packages innot_julia.jl
). - Run the
not_julia.jl
file in the main folder in this repo.- If you want the pipeline to actually run, then you need to choose appropriately formated files for the Import Data, Import Tree, and Import Plotting Labels buttons. To run an example, go to the
data
directory of this repository and selectyeast_continuous.csv
for Import Data,yeast.txt
for Import Tree, andyeast_labels.csv
for Import Plotting Labels.
- If you want the pipeline to actually run, then you need to choose appropriately formated files for the Import Data, Import Tree, and Import Plotting Labels buttons. To run an example, go to the
That's it!
Note, to make the gui more foolproof, you would need to check that the uploaded files are properly formatted. I didn't do that for the sake of simplicity (and I was lazy), but it's probably best that the gui gets mad at the user rather than Julia raising its own errors when it can't handle improperly formatted files.