-
Notifications
You must be signed in to change notification settings - Fork 8
galaxy: fix selects and more #63
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
base: master
Are you sure you want to change the base?
galaxy: fix selects and more #63
Conversation
|
Looks ok. Let me know when you want to merge. Btw, do you think it makes sense to give you write/admin rights here? |
I guess when I'm happy with the 2.8 galaxy wrappers over here galaxyproteomics/tools-galaxyp#653 and tests run successful again... I will send you a ping.
If you like. |
|
@jpfeuffer any idea why the travis tests are not running here? |
af8f72e to
a2178f4
Compare
a2178f4 to
2b9e676
Compare
|
Any idea why CI tests are not starting here? |
and remove copy paste remnants
6fa4438 to
ad24fae
Compare
count is now required for planemo lint to pass
|
Hey @jpfeuffer lets get tests running first #64 |
Topic/gha tool linting fixes
Pull request was converted to draft
and fixup for out type parameter in tests
and use delta_frac fot test outputs
eg `--test-condition "compare=sim_size" "delta_frac=0.05"` which is the default
ad24fae to
d7bf549
Compare
c94e1d5 to
48ea3a3
Compare
instead of conditional
for Galaxy tool description see OpenMS/OpenMS#6568
and make code a bit more readable (hopefully)
for the Galaxy converter
48ea3a3 to
de203f4
Compare
36e53d5 to
b3f5f54
Compare
test data generation needs to remove whens and set the select parameter
b3f5f54 to
6178f56
Compare
- remove XML declaration from output - indent XML
|
@jpfeuffer 767f148 was used to generate the Galaxy tools for 3.1 (which have now been released). |
some OpenMS tools have parameters with the same name (different sections). This creates problems in Galaxy. workaround is to hardcode a unique prefix. Before _ was used which now creates problems with the tool linting (parameters are not supposed to start with _). Hence we now use prefix of the form DEDUP_[0-9]+_DEDUP_
TODO:
output-prefixconvert to cwl: output-prefix support #61