PageRenderTime 17ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/galaxy/datatypes/converters/vcf_to_summary_tree_converter.xml

https://bitbucket.org/cistrome/cistrome-harvard/
XML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 7cc94b94a9fafb7910c7a82aee442d25 MD5 | raw file
  1. <tool id="CONVERTER_vcf_to_summary_tree_0" name="Convert VCF to Summary Tree" version="1.0.0" hidden="true">
  2. <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description>
  3. <command interpreter="python">vcf_to_summary_tree_converter.py $input1 $output1</command>
  4. <inputs>
  5. <page>
  6. <param format="vcf" name="input1" type="data" label="Choose VCF file"/>
  7. </page>
  8. </inputs>
  9. <outputs>
  10. <data format="summary_tree" name="output1"/>
  11. </outputs>
  12. <help>
  13. </help>
  14. </tool>