Mercurial > repos > iuc > mummer_dnadiff
diff dnadiff.xml @ 5:1df1c3eb857f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit d3549bc73d5fdfdded1c3e63485f5eb98c479d52
| author | iuc |
|---|---|
| date | Sat, 19 Oct 2024 20:56:55 +0000 |
| parents | 1dba532ffe07 |
| children |
line wrap: on
line diff
--- a/dnadiff.xml Sat Nov 27 09:52:11 2021 +0000 +++ b/dnadiff.xml Sat Oct 19 20:56:55 2024 +0000 @@ -12,7 +12,7 @@ dnadiff 'reference.fa' 'query.fa' - ]]> + ]]> </command> <inputs> <param name="reference_sequence" type="data" format="fasta" label="Reference Sequence" help="FastA or multi-FastA" /> @@ -48,7 +48,7 @@ <data name="snps" format="tabular" from_work_dir="out.snps" label="${tool.name} on ${on_string}: snps" > <filter> report_only == 'no' </filter> <actions> - <action name="column_names" type="metadata" default="[P1], [REF SUB], [QUERY SUB], [P2], [BUFF], [DIST], [LEN REF], [LEN QUERY], [REF FRAME], [QUERY FRAME], [REF TAG], [QUERY TAG]" /> + <action name="column_names" type="metadata" default="[P1], [REF SUB], [QUERY SUB], [P2], [BUFF], [DIST], [LEN REF], [LEN QUERY], [REF FRAME], [QUERY FRAME], [REF TAG], [QUERY TAG]" /> </actions> </data> <data name="rdiff" format="tabular" from_work_dir="out.rdiff" label="${tool.name} on ${on_string}: rdiff" > @@ -65,7 +65,7 @@ </data> </outputs> <tests> - <test> + <test expect_num_outputs="9"> <param name="reference_sequence" ftype="fasta" value="human_aqp3.fasta" /> <param name="query_sequence" ftype="fasta" value="mouse_aqp3.fasta"/> <param name="report_only" value="no" />
