Mercurial > repos > iuc > hmmer_hmmsearch
changeset 4:f3a9bac864b0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
| author | iuc |
|---|---|
| date | Fri, 20 Jan 2017 03:43:17 -0500 |
| parents | ae9e0b95f0c3 |
| children | 748a1b261588 |
| files | hmmsearch.xml |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hmmsearch.xml Mon Nov 14 15:08:48 2016 -0500 +++ b/hmmsearch.xml Fri Jan 20 03:43:17 2017 -0500 @@ -35,13 +35,13 @@ <outputs> <data format="txt" name="output" label="HMM matches of $hmmfile.name in $seqdb.name"/> <data format="txt" name="tblout" label="Table of per-sequence hits from HMM matches of $hmmfile.name in $seqdb.name"> - <filter>'tblout' in str(oformat)</filter> + <filter>oformat and 'tblout' in oformat</filter> </data> <data format="txt" name="domtblout" label="Table of per-domain hits from HMM matches of $hmmfile.name in $seqdb.name"> - <filter>'domtblout' in str(oformat)</filter> + <filter>oformat and 'domtblout' in oformat</filter> </data> <data format="txt" name="pfamtblout" label="Table of per-sequence/per-domain hits from HMM matches of $hmmfile.name in $seqdb.name"> - <filter>'pfamtblout' in str(oformat)</filter> + <filter>oformat and 'pfamtblout' in oformat</filter> </data> </outputs> <tests>
