/lib/galaxy/tools/imp_exp/imp_history_from_archive.xml

https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 51338703b6964312011fb50065f89227 MD5 · raw file

  1. <tool id="__IMPORT_HISTORY__" name="Import History" version="0.1" tool_type="import_history">
  2. <type class="ImportHistoryTool" module="galaxy.tools"/>
  3. <action module="galaxy.tools.actions.history_imp_exp" class="ImportHistoryToolAction"/>
  4. <command interpreter="python">unpack_tar_gz_archive.py $__ARCHIVE_SOURCE__ $__DEST_DIR__ --$__ARCHIVE_TYPE__</command>
  5. <inputs>
  6. <param name="__ARCHIVE_SOURCE__" type="text"/>
  7. <param name="__ARCHIVE_TYPE__" type="text"/>
  8. <param name="__DEST_DIR__" type="text"/>
  9. </inputs>
  10. </tool>