comparison takeabreak.xml @ 2:b0e311ac462c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 43935edeb0abb95b08b191b379e160ec25cb33c0
author iuc
date Wed, 02 May 2018 05:46:25 -0400
parents a018b8f663ea
children 22a263a450d0
comparison
equal deleted inserted replaced
1:a018b8f663ea 2:b0e311ac462c
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <tool profile="16.0" id="takeabreak" name="TakeABreak" version="1.1.2"> 2 <tool profile="16.04" id="takeabreak" name="TakeABreak" version="1.1.2">
3 <description>is a tool that can detect inversion breakpoints directly from raw NGS reads</description> 3 <description>is a tool that can detect inversion breakpoints directly from raw NGS reads</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
4 <requirements> 7 <requirements>
5 <requirement type="package" version="1.1.2">takeabreak</requirement> 8 <requirement type="package" version="1.1.2">takeabreak</requirement>
6 </requirements> 9 </requirements>
7 <macros>
8 <import>macros.xml</import>
9 </macros>
10 <command><![CDATA[ 10 <command><![CDATA[
11 11
12 ## if single reads 12 ## if single reads
13 #if str( $input_type_option.input_type ) == "simple" 13 #if str( $input_type_option.input_type ) == "simple"
14 #for $input in $input_type_option.reads 14 #for $input in $input_type_option.reads