Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:2
-
Sprint:B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1, Fall 2018 Sprint 2
Description
IGB scripting language contains command:
snapshotmainView
which accepts a file path and name as a parameter.
Improve the command syntax:
- Enable Unix-style relative paths, e.g.:
~/foo.png # user's home directory
./foo.png # saved in current working directory
../foo.png # saved in parent directory
foo.png # saved in current working directory
- Detect the OS and handle OS-specific file path designations gracefully
For example, on Windows, users should be able to use back-slashes in file paths
- Develop test scripts for each platform testing supported ways a user may indicate file name and path
The testing procedure is in the following link:
https://wiki.transvar.org/display/ITD/Command+Socket+Plugin
/* Problems faced during testing on windows: Sneha */
To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine.
https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207
After configuring Windows to run bash script,
Change the first line in the Example script found in Test page (CommandSocketExample.sh)
#Unable to render embedded object: File (/bin/sh -----> #) not found./bin/bash
Use https://bitbucket.org/kkorey/kkorey-igb/branch/IGBF-1286-tilde installer for testing!
Attachments
Issue Links
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ann Loraine [ aloraine ] | Kiran Korey [ kkorey ] |
| Rank | Ranked higher |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Summary | change snapshotmainView to save image in user HOME directory | support relative paths in snapshotmainView |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax as follows: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path |
| Status | In Progress [ 3 ] | Open [ 1 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Status | Needs 1st Level Review [ 10005 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Assignee | Kiran Korey [ kkorey ] | Ann Loraine [ aloraine ] |
| Status | Pull Request Submitted [ 10101 ] | Needs Testing [ 10002 ] |
| Assignee | Ann Loraine [ aloraine ] |
| Fix Version/s | 9.0.2 [ 10600 ] |
| Rank | Ranked higher |
| Sprint | B - Summer 2018 [ 48 ] | B - Summer 2018, Summer 2018 Part 2 [ 48, 49 ] |
| Rank | Ranked higher |
| Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
| Status | Testing In Progress [ 10003 ] | Testing In Progress [ 10003 ] |
| Assignee | Ann Loraine [ aloraine ] |
| Status | Testing In Progress [ 10003 ] | Needs Testing [ 10002 ] |
| Summary | support relative paths in snapshotmainView | Support tilde as shorthand for HOME.DIRECTORY in snapshotmainView |
| Status | Needs Testing [ 10002 ] | Open [ 1 ] |
| Assignee | Ann Loraine [ aloraine ] | Kiran Korey [ kkorey ] |
| Rank | Ranked higher |
| Sprint | B - Summer 2018, Summer 2018 Part 2 [ 48, 49 ] | B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3 [ 48, 49, 50 ] |
| Rank | Ranked higher |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Assignee | Kiran Korey [ kkorey ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Ivory Blakley [ ieclabau ] |
| Assignee | Ivory Blakley [ ieclabau ] | Sneha Ramesh Watharkar [ jdaly ] |
| Status | Needs 1st Level Review [ 10005 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Open [ 1 ] |
| Status | Open [ 1 ] | Needs 1st Level Review [ 10005 ] |
| Rank | Ranked higher |
| Sprint | B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3 [ 48, 49, 50 ] | B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1 [ 48, 49, 50, 51 ] |
| Rank | Ranked lower |
| Status | Needs 1st Level Review [ 10005 ] | Reviewing [ 10301 ] |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin |
| Assignee | Sneha Ramesh Watharkar [ jdaly ] | Kiran Korey [ kkorey ] |
| Status | Reviewing [ 10301 ] | Open [ 1 ] |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin Use installer of this branch https://bitbucket.org/kkorey/kkorey-igb/branch/IGBF-1286-tilde |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin Use installer of this branch https://bitbucket.org/kkorey/kkorey-igb/branch/IGBF-1286-tilde |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin /* Problems faced during testing on windows: Sneha */ To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine. https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207 Also change the first line in the Example script found in Test page (CommandSocketExample.sh) #!/bin/sh -----> #!/bin/bash |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin /* Problems faced during testing on windows: Sneha */ To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine. https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207 Also change the first line in the Example script found in Test page (CommandSocketExample.sh) #!/bin/sh -----> #!/bin/bash |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin /* Problems faced during testing on windows: Sneha */ To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine. https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207 After configuring Windows to run bash script, Change the first line in the Example script found in Test page (CommandSocketExample.sh) #!/bin/sh -----> #!/bin/bash |
| Description |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin /* Problems faced during testing on windows: Sneha */ To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine. https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207 After configuring Windows to run bash script, Change the first line in the Example script found in Test page (CommandSocketExample.sh) #!/bin/sh -----> #!/bin/bash |
IGB scripting language contains command:
snapshotmainView which accepts a file path and name as a parameter. Improve the command syntax: * Enable Unix-style relative paths, e.g.: ~/foo.png # user's home directory ./foo.png # saved in current working directory ../foo.png # saved in parent directory foo.png # saved in current working directory * Detect the OS and handle OS-specific file path designations gracefully For example, on Windows, users should be able to use back-slashes in file paths * Develop test scripts for each platform testing supported ways a user may indicate file name and path The testing procedure is in the following link: https://wiki.transvar.org/display/ITD/Command+Socket+Plugin /* Problems faced during testing on windows: Sneha */ To run bash script on windows, we need to follow the instructions in the site below to configure Windows machine. https://www.lifewire.com/how-to-run-the-bash-command-line-in-windows-10-4072207 After configuring Windows to run bash script, Change the first line in the Example script found in Test page (CommandSocketExample.sh) #!/bin/sh -----> #!/bin/bash Use https://bitbucket.org/kkorey/kkorey-igb/branch/IGBF-1286-tilde installer for testing! |
| Status | Open [ 1 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Assignee | Kiran Korey [ kkorey ] | Ann Loraine [ aloraine ] |
| Status | Pull Request Submitted [ 10101 ] | Needs Testing [ 10002 ] |
| Assignee | Ann Loraine [ aloraine ] |
| Rank | Ranked higher |
| Sprint | B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1 [ 48, 49, 50, 51 ] | B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1, Fall 2018 Sprint 2 [ 48, 49, 50, 51, 52 ] |
| Rank | Ranked higher |
| Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
| Assignee | Mason Meyer [ mason ] |
| Status | Testing In Progress [ 10003 ] | Needs Testing [ 10002 ] |
| Assignee | Mason Meyer [ mason ] | Ivory Blakley [ ieclabau ] |
| Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Testing In Progress [ 10003 ] | Closed [ 6 ] |
| Assignee | Ivory Blakley [ ieclabau ] | Kiran Korey [ kkorey ] |
| Labels | Beginner Intermediate |
| Labels | Beginner Intermediate | Intermediate |
| Workflow | Loraine Lab Workflow [ 17977 ] | Fall 2019 Workflow Update [ 19877 ] |
| Workflow | Fall 2019 Workflow Update [ 19877 ] | Revised Fall 2019 Workflow Update [ 21996 ] |