Mercurial > repos > iuc > hmmer_hmmbuild
comparison hmmbuild.xml @ 6:6846f8789e33 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit db615ae8a189ad988ec08090051a128355a4be70"
author | iuc |
---|---|
date | Thu, 14 Jan 2021 15:41:47 +0000 |
parents | 750269125dc9 |
children | dc8860ba75d1 |
comparison
equal
deleted
inserted
replaced
5:750269125dc9 | 6:6846f8789e33 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hmmer_hmmbuild" name="hmmbuild" version="@TOOL_VERSION@"> | 2 <tool id="hmmer_hmmbuild" name="hmmbuild" version="@TOOL_VERSION@+galaxy1"> |
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="requirements"/> | 7 <expand macro="requirements"/> |
8 <expand macro="stdio"/> | 8 <expand macro="stdio"/> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 @ADDTHREADS@ | |
10 hmmbuild | 11 hmmbuild |
11 | 12 |
12 #if $hmmname: | 13 #if $hmmname: |
13 -n '$hmmname' | 14 -n '$hmmname' |
14 #end if | 15 #end if |