PageRenderTime 24ms CodeModel.GetById 17ms RepoModel.GetById 2ms app.codeStats 0ms

/tools/emboss_5/emboss_dotpath.xml

https://bitbucket.org/ialbert/galaxy-genetrack
XML | 35 lines | 33 code | 1 blank | 1 comment | 0 complexity | d9cd7c2182ef11fbdddac6dc5cf5ccdf MD5 | raw file
  1. <tool id="EMBOSS: dotpath25" name="dotpath" version="5.0.0">
  2. <description>Non-overlapping wordmatch dotplot of two sequences</description>
  3. <command interpreter="perl">emboss_single_outputfile_wrapper.pl dotpath -asequence $input1 -bsequence $input2 -goutfile $out_file1 -wordsize $wordsize -overlaps $overlaps -boxit $boxit -graph png
  4. -auto</command>
  5. <inputs>
  6. <param format="data" name="input1" type="data">
  7. <label>Sequence 1</label>
  8. </param>
  9. <param format="data" name="input2" type="data">
  10. <label>Sequence 2</label>
  11. </param>
  12. <param name="wordsize" size="4" type="text" value="4">
  13. <label>Word size (Integer 2 or more)</label>
  14. </param>
  15. <param name="overlaps" type="select">
  16. <label>Display the overlapping matches (in red) as well as the minimal set of non-overlapping matches</label>
  17. <option value="no">No</option>
  18. <option value="yes">Yes</option>
  19. </param>
  20. <param name="boxit" type="select">
  21. <label>Draw a box around dotplot</label>
  22. <option value="yes">Yes</option>
  23. <option value="no">No</option>
  24. </param>
  25. </inputs>
  26. <outputs>
  27. <data format="png" name="out_file1" />
  28. </outputs>
  29. <!-- functional tests not possible since image output contains file name information and timestamp -->
  30. <help>
  31. You can view the original documentation here_.
  32. .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotpath.html
  33. </help>
  34. </tool>