comparison hmmbuild.xml @ 9:4b996c837ec8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 721504306833ba97c91f285e5bfd86efc04875ee
author iuc
date Sun, 25 Feb 2024 18:34:29 +0000
parents 923db0592cd0
children
comparison
equal deleted inserted replaced
8:923db0592cd0 9:4b996c837ec8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hmmer_hmmbuild" name="hmmbuild" version="@TOOL_VERSION@+galaxy0"> 2 <tool id="hmmer_hmmbuild" name="hmmbuild" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
3 <description>Build a profile HMM from an input multiple alignment</description> 3 <description>Build a profile HMM from an input multiple alignment</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <expand macro="stdio"/> 9 <command detect_errors="aggressive"><![CDATA[
10 <command><![CDATA[
11 @ADDTHREADS@ 10 @ADDTHREADS@
12 hmmbuild 11 hmmbuild
13 12
14 #if $hmmname: 13 #if $hmmname:
15 -n '$hmmname' 14 -n '$hmmname'