/tools/regVariation/multispecies_MicrosatDataGenerator_interrupted_GALAXY.xml

https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 57 lines · 49 code · 8 blank · 0 comment · 0 complexity · 0c6189fbd4cad2dd45ba103f101f324b MD5 · raw file

  1. <tool id="multispecies_orthologous_microsats" name="Extract orthologous microsatellites" version="1.0.1">
  2. <description> for multiple (>2) species alignments</description>
  3. <command interpreter="perl">
  4. multispecies_MicrosatDataGenerator_interrupted_GALAXY.pl
  5. $input1
  6. $out_file1
  7. $thresholds
  8. $species
  9. "$treedefinition"
  10. $separation
  11. </command>
  12. <inputs>
  13. <page>
  14. <param format="maf" name="input1" type="data" label="Select MAF alignments"/>
  15. <param name="separation" size="10" type="integer" value="10" label="Minimum base pair distance between adjacent microsatellite blocks"
  16. help="A value of 10 means: Adjacent microsatellites separated by less than 10 base pairs will be excluded from the output."/>
  17. <param name="thresholds" size="15" type="text" value="9,10,12,12" label="Minimum Threshold for the number of repeats for microsatellites"
  18. help="A value of 9,10,12,12 means: All monos having fewer than 9 repeats, dis having fewer than 5 repeats, tris having fewer than 4 repeats, tetras having fewer than 3 repeats will be excluded from the output."/>
  19. <param name="species" type="select" label="Select species" display="checkboxes" multiple="true" help="NOTE: Currently users are requested to select one of these three combinations: hg18-panTro2-ponAbe2, hg18-panTro2-ponAbe2-rheMac2 or hg18-panTro2-ponAbe2-rheMac2-calJac1">
  20. <options>
  21. <filter type="data_meta" ref="input1" key="species" />
  22. </options>
  23. </param>
  24. <param name="treedefinition" size="200" type="text" value = "((((hg18,panTro2),ponAbe2),rheMac2),calJac1)" label="Tree definition of all species above whether or not selected for microsatellite extraction"
  25. help="For example: ((((hg18,panTro2),ponAbe2),rheMac2),calJac1)"/>
  26. </page>
  27. </inputs>
  28. <outputs>
  29. <data format="txt" name="out_file1" metadata_source="input1"/>
  30. </outputs>
  31. <requirements>
  32. <requirement type="binary">sputnik</requirement>
  33. </requirements>
  34. <tests>
  35. <test>
  36. <param name="input1" value="chr22_5sp.maf"/>
  37. <param name="thresholds" value="9,10,12,12"/>
  38. <param name="species" value="hg18,panTro2,ponAbe2,rheMac2,calJac1"/>
  39. <param name="treedefinition" value="((((hg18, panTro2), ponAbe2), rheMac2), calJac1)"/>
  40. <param name="separation" value="10"/>
  41. <output name="out_file1" file="chr22_5sp.microraw.tabular"/>
  42. </test>
  43. </tests>
  44. <help>
  45. .. class:: infomark
  46. **What it does**
  47. This tool finds ortholgous microsatellite blocks between aligned species
  48. </help>
  49. </tool>