Skip to content

Releases: niaid/JoesFlow

0.1.4-3

28 Mar 20:47
Compare
Choose a tag to compare
Publish v0.1.4-3

0.1.3-1

09 Jan 18:19
Compare
Choose a tag to compare
  • Bug fixes to handle metadata with many groups and non-standard characters in the IDs
  • There are now flags you can use to hide the legends if there are too many labels (default is to show them).
  • Updated several of the tabular outputs that weren’t working properly.

v0.1.1-1

26 Aug 18:44
Compare
Choose a tag to compare

JoesFlow version 0.1.1-1

  • Updated the user interface to use numeric input instead of a slider for specifying the number of clusters
  • Changed some legend labels:
    • Legend label, “Kmeans”, has been changed to “Cluster” for both hierarchical and k-means methods
    • Legend label, “Groups”, has been changed to use the label from the meta data file (e.g. When selecting “ID” in the Group variable dropdown, the new legend label will be “ID”)
  • We are starting to flesh out the documentation with additional information and examples (see the docs branch).
  • Docker images are now available for both production and development versions. See JoesFlow documentation for instructions on using development images – most users will want to keep using the production version.

Use this command to use the new version:

docker run --user shiny --rm -ti -p 3838:3838 idssniaid/joes-flow

Mailing list

Any user is welcome to sign up for our discussion forum at https://list.nih.gov – search for “JoesFlow” on the main screen.

v0.1.1

24 Aug 13:11
Compare
Choose a tag to compare

Minor version update

  • Backend changes to code - mostly replacing copy/pasted code with functions
  • Added Dockerfile