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
"I am a tapis user from University of Hawaii and a part of Sean Cleveland's team.
I have a tapis-ui question and was told that you are the authority on all things tapis-ui.
I am not sure what the expected behavior is for setting inputMode to INCLUDE_ON_DEMAND in an application definition.
When I submit the job via a jupyter notebook, the argument is not passed to tapisjob_app.sh. But when I submit a job through the UI job launcher, the argument gets passed even when the argument include value is false"
"appArgs": [ {"name": "--n_bases", "arg": "--n_bases 100000", "description": "Number of bases to build the error model", "inputMode": "REQUIRED"}, {"name": "--matching", "arg": "--matching auto", "description": "Order to match index with barcodes. Choices: direct, reversed, auto", "inputMode": "REQUIRED"}, {"name": "--reverseComplement", "arg": "--reverseComplement", "description": "Reverse complement I2 (or I1 if reads are single-barcoded)", "inputMode": "INCLUDE_ON_DEMAND"}, {"name": "--singleBarcoded", "arg": "--singleBarcoded", "description": "Single barcoded reads", "inputMode": "INCLUDE_ON_DEMAND"} ]
The text was updated successfully, but these errors were encountered:
"I am a tapis user from University of Hawaii and a part of Sean Cleveland's team.
I have a tapis-ui question and was told that you are the authority on all things tapis-ui.
I am not sure what the expected behavior is for setting inputMode to INCLUDE_ON_DEMAND in an application definition.
When I submit the job via a jupyter notebook, the argument is not passed to tapisjob_app.sh. But when I submit a job through the UI job launcher, the argument gets passed even when the argument include value is false"
"appArgs": [ {"name": "--n_bases", "arg": "--n_bases 100000", "description": "Number of bases to build the error model", "inputMode": "REQUIRED"}, {"name": "--matching", "arg": "--matching auto", "description": "Order to match index with barcodes. Choices: direct, reversed, auto", "inputMode": "REQUIRED"}, {"name": "--reverseComplement", "arg": "--reverseComplement", "description": "Reverse complement I2 (or I1 if reads are single-barcoded)", "inputMode": "INCLUDE_ON_DEMAND"}, {"name": "--singleBarcoded", "arg": "--singleBarcoded", "description": "Single barcoded reads", "inputMode": "INCLUDE_ON_DEMAND"} ]
The text was updated successfully, but these errors were encountered: