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
The "submit" button for CutAdapt redirects to the top of the tool form. Does not actually submit.
No confirmation messages in the center panel, no new dataset(s) in the history.
How to workaround the bug?
Click on "Read Modification Options" to expand the section.
Scroll down to the "Strip suffix" section (will be highlighted by a light blue box).
Type one or more characters (any!) into that parameter, then remove those characters until empty again.
Scroll down and click on the "submit" button again.
The tool will now execute!
Developers:
The option --strip-suffix is for some reason flagged as required upon job submission (blocks the submission, and shouldn't). But if the user "touches" that parameter's free text input (adds then removes any content, even a single character), the requirement is satisfied, and the job submits.
That shouldn't be needed
It isn't obvious what is going wrong because that section is collapsed at the default and the rerun tool form view (I had help from a person that submitted a bug report who noticed/described the exact problem!)
Only happens at usegalaxy.org -- could this be related to22.01??
Another odd workaround -- load up the tool form from a prior version of this tool using "rerun", switch to the 3.5+galaxy1 version, adjust the inputs/settings (doesn't need to include this param) -- and submit works.
Developers:
The option
--strip-suffix
is for some reason flagged as required upon job submission (blocks the submission, and shouldn't). But if the user "touches" that parameter's free text input (adds then removes any content, even a single character), the requirement is satisfied, and the job submits.22.01
??Test histories:
Tests (those failures are due to a metadata issue, but the tests that never ran might be due to this)
ping @dannon @davebx @mvdbeek @natefoo
Screenshots
Before submit
After submit AND expanding that section
Fiddle with the parameter, and the job submits
The text was updated successfully, but these errors were encountered: