You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* No longer need this hack for getting access to /src/.
* Update to work with new dockBlj requirements. Remove the 'echo' bash function for getting full paths. This temporarily removes the to use paths with $BASH_VARIABLES in them. I will find a more elegant solution. I currently think this is due to the 'exec' function that launches dockBlj. A better solution will be forthcoming in the near future.
* Update comments to reflect new dockBlj requirements.
Adding support for AWS Dashboard.
* Add AWS Dash button to dropdown menu.
* Fix varible declariation.
Shorten configPath name declaration.
Continue to add wrapper to AWSBatchGenomicsStack.
* Add animation to AWS Dash.
* Add classes for aws dash validation.
* Move advanced AWS to a modal and rename as AWS Mini-Dashboard.
Add kneadData tab to menu. Add project.description. Add rdp.db. Update
Humann2.
* "project." is replaced with "pipeline."
* Move AWS Mini-Dash js to it's own file.
* Add the ability to pass configPath to config page though get request.
* Update paths.
* Add log messages to help if paths break in the future.
* If no path starting with "/" is given, /retrieveProjectFiles with send the config as it were named in the $BLJ/rescources/gui.
* In case of a blank configPath, route to /config without an id.
* If a path starting with "/" is given to "/saveConfigToGui" the config will be saved to path instead of default $BLJ/resources/gui/.
* Add anchor for pipeline properties files on menu.
Add place to post handlebars varibles to get them into the javascript
layer.
* Add console logs. Allow for path to start with $BLJ. Node doesn't handle bash variables that well, but we can find a workaround in the future.
* Add configPath config class. Because pipeline master configs and unrun configs are stored in seperate places, we need to have a way to keep track.
Create loadConfigPathToForm() as a way to build the recent config
options. Wrapped it in a function so that I can reuse it for the
properties. This function will work with configPath.
Add window.onload function that will eventually be able to grab
handlebars variables from html elements and get them into the javascript
layer.
* Seperate logic of CSS and js for less clutter in my js.
* Change name of /retrieveProjects to /retrievePipelines. Add path aspect to /retrievePipelines.
* Remove unneeded HTML.
* retrieveProjects() -> retrievePipelines()
* Rename variable descrip to fit naming convention. Move names.push(file) into if statement with the rest of the push statements. Remove unneeded indention.
* Fix to match preceeding back-end change.
* Formatting.
* Removing unneeded line.
* Start event listener for restartListAnchor. Update retrieveProjects() to retrievePipelines(). Some formatting.
* Initial build for adding anchors for restarting pipelines.
0 commit comments