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

galaxy-lib tweaks #2110

Merged
merged 2 commits into from Apr 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/py3_sources.txt
@@ -1,5 +1,6 @@
lib/galaxy/util/
lib/galaxy/jobs/runners/util/
lib/galaxy/tools/cwl/
lib/galaxy/tools/parser/
lib/galaxy/tools/lint.py
lib/galaxy/tools/lint_util.py
Expand Down
1 change: 0 additions & 1 deletion lib/galaxy/tools/cwl/parser.py
Expand Up @@ -341,7 +341,6 @@ def step_proxies(self):
def runnables(self):
runnables = []
for step in self._workflow.steps:
print dir(step)
if "run" in step.tool:
runnables.append(step.tool["run"])
return runnables
Expand Down
1 change: 0 additions & 1 deletion lib/galaxy/tools/cwl/runtime_actions.py
Expand Up @@ -44,7 +44,6 @@ def handle_outputs(job_directory=None):
secondary_file_path,
extra_target,
)
print extra_target
else:
with open(target_path, "w") as f:
f.write(json.dumps(output))
Expand Down