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

PS updated to 2.0.15 & SG updated to 4.0.22 #570

Merged
merged 16 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/peptideshaker/macros_basic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</stdio>
</xml>
<token name="@SEARCHGUI_MAJOR_VERSION@">4</token>
<token name="@SEARCHGUI_VERSION@">4.0.12</token>
<token name="@SEARCHGUI_VERSION@">4.0.22</token>
<token name="@SEARCHGUI_VERSION_SUFFIX@">0</token>
<token name="@PEPTIDESHAKER_VERSION@">2.0.9</token>
<token name="@PEPTIDESHAKER_VERSION@">2.0.15</token>
<token name="@PEPTIDESHAKER_VERSION_SUFFIX@">0</token>
<xml name="citations">
<citations>
Expand Down
4 changes: 1 addition & 3 deletions tools/peptideshaker/peptide_shaker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</requirements>
<expand macro="stdio" />

<command><![CDATA[
## When supporting more advanced Galaxy versions: command use_shared_home="false"
<command use_shared_home="false"><![CDATA[
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it would be better to increase the profile of the tools to something greater than or equal to 18.01.

See https://github.com/galaxyproject/galaxy/blob/ce23f963e036722865ecd27fda509f173406ab61/lib/galaxy/tool_util/parser/xml.py#L169

I would suggest at least 20.01

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are right @bernt-matthias, thank you. That was something I wanted to do some time ago but I didn't remember to include it...

#from datetime import datetime
#set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
#set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
Expand Down Expand Up @@ -626,7 +625,6 @@
<has_line_matching expression="520.9862671 4666.4399414063"/>
<has_line_matching expression="267.4349976 50.7710571289"/>
<has_line_matching expression="665.7418213 3.8165459633"/>
<has_line_matching expression="672.2329102 146.2656707764"/>
<has_line_matching expression="634.7792969 2367.6374511719"/>
</assert_contents>
</element>
Expand Down