PageRenderTime 19ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/tools/regVariation/substitutions.xml

https://bitbucket.org/cistrome/cistrome-harvard/
XML | 38 lines | 29 code | 9 blank | 0 comment | 0 complexity | 5debced86330e9c928442edb473ae435 MD5 | raw file
  1. <tool id="substitutions1" name="Fetch substitutions " version="1.0.0">
  2. <description> from pairwise alignments</description>
  3. <command interpreter="python">
  4. substitutions.py
  5. $input
  6. $out_file1
  7. </command>
  8. <inputs>
  9. <param format="maf" name="input" type="data" label="Select pair-wise alignment data"/>
  10. </inputs>
  11. <outputs>
  12. <data format="tabular" name="out_file1" metadata_source="input"/>
  13. </outputs>
  14. <tests>
  15. <test>
  16. <param name="input" value="Interval2Maf_pairwise_out.maf"/>
  17. <output name="out_file1" file="subs.out"/>
  18. </test>
  19. </tests>
  20. <help>
  21. .. class:: infomark
  22. **What it does**
  23. This tool takes a pairwise MAF file as input and fetches substitutions per alignment block.
  24. -----
  25. .. class:: warningmark
  26. **Note**
  27. Any block/s not containing exactly two sequences, will be omitted.
  28. </help>
  29. </tool>