/lib/galaxy/datatypes/converters/bam_to_summary_tree_converter.xml

https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 15 lines · 14 code · 0 blank · 1 comment · 0 complexity · d231a7e210c770ddb0857b8b309220ed MD5 · raw file

  1. <tool id="CONVERTER_bam_to_summary_tree_0" name="Convert BAM to Summary Tree" version="1.0.0" hidden="true">
  2. <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
  3. <command interpreter="python">bam_to_summary_tree_converter.py $input1 $bai $output1</command>
  4. <inputs>
  5. <page>
  6. <param format="bam" name="input1" type="data" label="Choose BAM file"/>
  7. <param format="bai" name="bai" type="data" label="BAI index file"/>
  8. </page>
  9. </inputs>
  10. <outputs>
  11. <data format="summary_tree" name="output1"/>
  12. </outputs>
  13. <help>
  14. </help>
  15. </tool>