comparison maxquant.xml @ 22:9c52362ae7bb draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit c810d2eaedfcad1edf1a84cab8296dcd7b35f5bc
author galaxyp
date Mon, 18 Mar 2024 13:07:04 +0000
parents 8934bc76bb52
children
comparison
equal deleted inserted replaced
21:8934bc76bb52 22:9c52362ae7bb
1 <tool id="maxquant" name="MaxQuant" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="maxquant" name="MaxQuant" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <macros> 2 <macros>
3 <import>macros.xml</import> 3 <import>macros.xml</import>
4 </macros> 4 </macros>
5 <expand macro="xrefs"/>
5 <expand macro="requirements"/> 6 <expand macro="requirements"/>
6 <expand macro="required_files"/> 7 <expand macro="required_files"/>
7 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
8 ## this is needed to avoid dotnet from crashing, in a newer dotnet version we can remove that 9 ## this is needed to avoid dotnet from crashing, in a newer dotnet version we can remove that
9 export COMPlus_EnableDiagnostics=0 && 10 export COMPlus_EnableDiagnostics=0 &&