/tools/regVariation/microsatellite_birthdeath.xml

https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 63 lines · 47 code · 16 blank · 0 comment · 0 complexity · 3a766f67a444f60c5576125c80198c72 MD5 · raw file

  1. <tool id="microsatellite_birthdeath" name="Identify microsatellite births and deaths" version="1.0.0">
  2. <description> and causal mutational mechanisms from previously identified orthologous microsatellite sets</description>
  3. <command interpreter="perl">
  4. microsatellite_birthdeath.pl
  5. $alignment
  6. $orthfile
  7. $outfile
  8. ${alignment.metadata.species}
  9. "$tree_definition"
  10. $thresholds
  11. $separation
  12. $simthresh
  13. </command>
  14. <inputs>
  15. <page>
  16. <param format="maf" name="alignment" type="data" label="Select MAF alignments"/>
  17. <param format="txt" name="orthfile" type="data" label="Select raw microsatellite data"/>
  18. <param name="tree_definition" size="200" type="text" value= "((((hg18,panTro2),ponAbe2),rheMac2),calJac1)" label="Tree definition of all species above whether or not selected for microsatellite extraction"
  19. help="For example: ((((hg18,panTro2),ponAbe2),rheMac2),calJac1)"/>
  20. <param name="separation" size="10" type="integer" value="40" label="Total length of flanking DNA used for sequence-similarity comparisons among species"
  21. help="A value of 40 means: 20 bp upstream and 20 bp downstream DNA will be used for similarity comparisons."/>
  22. <param name="thresholds" size="15" type="text" value="9,10,12,12" label="Minimum Threshold for the number of repeats for microsatellites"
  23. 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."/>
  24. <param name="simthresh" size="10" type="integer" value="80" label="Percent sequence similarity of flanking regions (of length same as the above separation distance"
  25. help="Enter a value from 0 to 100"/>
  26. </page>
  27. </inputs>
  28. <outputs>
  29. <data format="txt" name="outfile" metadata_source="orthfile"/>
  30. </outputs>
  31. <tests>
  32. <test>
  33. <param name="alignment" value="chr22_5sp.maf"/>
  34. <param name="orthfile" value="chr22_5sp.microraw.tabular"/>
  35. <param name="thresholds" value="9,10,12,12"/>
  36. <param name="tree_definition" value="((((hg18, panTro2), ponAbe2), rheMac2), calJac1)"/>
  37. <param name="separation" value="40"/>
  38. <param name="simthresh" value="80"/>
  39. <output name="outfile" file="chr22_5sp.microtab.tabular"/>
  40. </test>
  41. </tests>
  42. <help>
  43. .. class:: infomark
  44. **What it does**
  45. This tool uses raw orthologous microsatellite clusters (identified by the tool "Extract orthologous microsatellites") to identify microsatellite births and deaths along individual lineages of a phylogenetic tree.
  46. </help>
  47. </tool>