We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc75214 commit 47927dcCopy full SHA for 47927dc
1 file changed
planemo/tool_builder.py
@@ -300,7 +300,7 @@ def _build_galaxy(**kwds):
300
# process raw cite urls
301
cite_urls = kwds.get("cite_url", [])
302
del kwds["cite_url"]
303
- citations = map(UrlCitation, cite_urls)
+ citations = list(map(UrlCitation, cite_urls))
304
kwds["bibtex_citations"] = citations
305
306
# handle requirements and containers
0 commit comments