comparison hmmemit.xml @ 9:be03abdc6451 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:06 +0000
parents e9d622609fb5
children
comparison
equal deleted inserted replaced
8:e9d622609fb5 9:be03abdc6451
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@+galaxy0" profile="@PROFILE@">
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="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 hmmemit 10 hmmemit
12 11
13 #if $oformat.oformat_select == "fasta": 12 #if $oformat.oformat_select == "fasta":
14 -N $oformat.N_fa 13 -N $oformat.N_fa
15 #elif $oformat.oformat_select == "aln": 14 #elif $oformat.oformat_select == "aln":