Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 task level remote input localization #74

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

sitapriyamoorthi
Copy link
Collaborator

Purpose of the Unit Test

The purpose of the testRemoteFileLocalization unit test is to validate the following:

  • Input Localization: Ensure remote files are properly localized for use in the workflow.
  • Output Handling: Confirm output files are correctly generated, passed between tasks, and renamed where required.
  • Input Substitution: Test substitution of various input types (string, integer, float, boolean) into task commands.
  • Remote Output Storage: Validate the configuration and functionality of storing final workflow outputs in a remote directory using the options.json file.
  • Workflow Integrity: Ensure the workflow behaves as expected in handling input/output files, remote localization, and parameter validation.

Closes #39
Closes #2

WDL to test remote file localization
testRemoteFileLocalization json file
Adding README
changing file name so it passes checks
Adding options.json to test remote output localization
adding relative paths information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote output localization Task-level remote input localization
1 participant