Skip to content

Fix display of tool ids in planemo html report#908

Merged
martenson merged 1 commit intogalaxyproject:masterfrom
mvdbeek:fix_html_reports
Jan 4, 2019
Merged

Fix display of tool ids in planemo html report#908
martenson merged 1 commit intogalaxyproject:masterfrom
mvdbeek:fix_html_reports

Conversation

@mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Jan 3, 2019

If I understand rSplit(testMethod, "_", 1); correctly
the purpose here is to split the test_index from the tool id.

The test index is added in _register_job_data by doing
tool_id + "-" + str(test_index), so just splitting at
- should have the desired effect.

If I understand `rSplit(testMethod, "_", 1);` correctly
the purpose here is to split the test_index from the tool id.

The test index is added in _register_job_data by doing
`tool_id + "-" + str(test_index)`, so just splitting at
`-` should have the desired effect.
@mvdbeek
Copy link
Member Author

mvdbeek commented Jan 3, 2019

changes
screen shot 2019-01-03 at 20 15 50
into
screen shot 2019-01-03 at 20 16 47

@martenson martenson merged commit 4a1f45e into galaxyproject:master Jan 4, 2019
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.

2 participants