comparison hmmemit.xml @ 8:e9d622609fb5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 061757dd7b3bfe66b7738fd54bd6c5e135d9afe8
author iuc
date Mon, 06 Nov 2023 20:24:12 +0000
parents 9415f29a3926
children be03abdc6451
comparison
equal deleted inserted replaced
7:96b127c59e6a 8:e9d622609fb5
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hmmer_hmmemit" name="hmmemit" version="@TOOL_VERSION@"> 2 <tool id="hmmer_hmmemit" name="hmmemit" version="@TOOL_VERSION@">
3 <description>sample sequence(s) from a profile HMM</description> 3 <description>sample sequence(s) from a profile HMM</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="bio_tools"/>
8 <expand macro="stdio"/> 8 <expand macro="requirements"/>
9 <command><![CDATA[ 9 <expand macro="stdio"/>
10 <command><![CDATA[
10 hmmemit 11 hmmemit
11 12
12 #if $oformat.oformat_select == "fasta": 13 #if $oformat.oformat_select == "fasta":
13 -N $oformat.N_fa 14 -N $oformat.N_fa
14 #elif $oformat.oformat_select == "aln": 15 #elif $oformat.oformat_select == "aln":