comparison macros.xml @ 10:154d806aad47 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fragpipe commit e579248f105865ce7f2f237ab6fb3f10aab4c582
author galaxyp
date Wed, 21 Jan 2026 22:25:12 +0000
parents 1455d3e7f191
children
comparison
equal deleted inserted replaced
9:1455d3e7f191 10:154d806aad47
1 <macros> 1 <macros>
2 <import>msfragger_macros.xml</import> 2 <import>msfragger_macros.xml</import>
3 <token name="@TOOL_VERSION@">23.0</token> 3 <token name="@TOOL_VERSION@">23.0</token>
4 <token name="@VERSION_SUFFIX@">1</token> 4 <token name="@VERSION_SUFFIX@">2</token>
5 <token name="@TOOL_PROFILE@">25.1</token> 5 <token name="@TOOL_PROFILE@">25.1</token>
6 6
7 <!-- 7 <!--
8 These keys were generated ONLY for use by the Galaxy tool wrapper, and only after 8 These keys were generated ONLY for use by the Galaxy tool wrapper, and only after
9 the user has selected agreed to the academic-use only terms in the tool wrapper. 9 the user has selected agreed to the academic-use only terms in the tool wrapper.
106 106
107 First genericizes unknown sequence headers in the database. 107 First genericizes unknown sequence headers in the database.
108 Then adds decoys, or decoys and contaminants depending on user selection. 108 Then adds decoys, or decoys and contaminants depending on user selection.
109 --> 109 -->
110 <token name="@PREPARE_DATABASE@"><![CDATA[ 110 <token name="@PREPARE_DATABASE@"><![CDATA[
111 '$__tool_directory__/genericize_db.py' $database_name genericized_db.fas && 111 python '$__tool_directory__/genericize_db.py' $database_name genericized_db.fas &&
112 112
113 #if str($database_options) != 'none' 113 #if str($database_options) != 'none'
114 philosopher workspace --init && 114 philosopher workspace --init &&
115 philosopher database --custom genericized_db.fas --prefix rev_ 115 philosopher database --custom genericized_db.fas --prefix rev_
116 #if str($database_options) == 'decoy_and_contam' 116 #if str($database_options) == 'decoy_and_contam'