Mercurial > repos > iuc > quickmerge
comparison quickmerge.xml @ 1:9acf91225108 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quickmerge commit 6c59f5f3a581794eee2b28eaf4b091cc8ac8571e
| author | iuc |
|---|---|
| date | Thu, 03 Oct 2024 14:28:31 +0000 |
| parents | 436c1d3c990a |
| children |
comparison
equal
deleted
inserted
replaced
| 0:436c1d3c990a | 1:9acf91225108 |
|---|---|
| 258 | 258 |
| 259 <!-- Standard run with advanced params set --> | 259 <!-- Standard run with advanced params set --> |
| 260 <test expect_num_outputs="1"> | 260 <test expect_num_outputs="1"> |
| 261 <param name="input_query" value="ecoli_nanopore.fasta" ftype="fasta" /> | 261 <param name="input_query" value="ecoli_nanopore.fasta" ftype="fasta" /> |
| 262 <param name="input_ref" value="ecoli_illumina.fasta" ftype="fasta" /> | 262 <param name="input_ref" value="ecoli_illumina.fasta" ftype="fasta" /> |
| 263 <param name="advanced.nucmer_min_len" value="20" /> | 263 <section name="advanced"> |
| 264 <param name="advanced.delta_min_len" value="0" /> | 264 <param name="nucmer_min_len" value="21" /> |
| 265 <param name="advanced.hco" value="0" /> | 265 <param name="delta_min_len" value="1" /> |
| 266 <param name="advanced.c" value="5000" /> | 266 <param name="hco" value="0" /> |
| 267 <param name="advanced.l" value="1.5" /> | 267 <param name="l" value="150" /> |
| 268 <param name="advanced.ml" value="5.0" /> | 268 <param name="ml" value="4999" /> |
| 269 <param name="c" value="1.6" /> | |
| 270 </section> | |
| 269 <output name="merged_fasta" ftype="fasta" file="merged.fasta" /> | 271 <output name="merged_fasta" ftype="fasta" file="merged.fasta" /> |
| 272 <assert_command> | |
| 273 <has_text text="-hco 0"/> | |
| 274 </assert_command> | |
| 270 </test> | 275 </test> |
| 271 </tests> | 276 </tests> |
| 272 | 277 |
| 273 <help><