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

Support lists as data inputs #84

Merged
merged 4 commits into from Sep 20, 2022

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Sep 19, 2022

Pretty unfortunate that we don't know when a list is valid and when it isn't without looking at the tool parameter, but this is needed to model inputs from different source steps connected to a multi data input.

Pretty unfortunate that we don't know when a list is valid and when it
isn't without looking at the tool parameter, but this is needed to model
inputs from different source steps connected to a multi data input.
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #84 (687b69e) into master (36dc731) will not change coverage.
The diff coverage is n/a.

❗ Current head 687b69e differs from pull request most recent head 456edcc. Consider uploading reports for the commit 456edcc to get more accurate results

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   40.34%   40.34%           
=======================================
  Files          48       48           
  Lines        1896     1896           
  Branches      429      429           
=======================================
  Hits          765      765           
  Misses       1016     1016           
  Partials      115      115           
Flag Coverage Δ
unittests 40.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -59,12 +59,17 @@ def validate_galaxy_markdown(galaxy_markdown, internal=True):

def invalid_line(template, **kwd):
if "line" in kwd:
kwd["line"] = line.rstrip("\r\n")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is replicated in Galaxy - did you pull those changes in?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, the Galaxy code doesn't look like it'd pass, but I can try.

@mvdbeek mvdbeek merged commit 84df00b into galaxyproject:master Sep 20, 2022
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.

None yet

3 participants