comparison lastz.xml @ 7:86f2c3695694 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 8c6730485b00a47419ebe86278e4bd669377e3e2"
author iuc
date Sat, 27 Nov 2021 10:40:44 +0000
parents ac0ffffa649e
children da6f44d06921
comparison
equal deleted inserted replaced
6:ac0ffffa649e 7:86f2c3695694
1 <tool id="lastz_wrapper_2" name="LASTZ" version="1.3.3"> 1 <tool id="lastz_wrapper_2" name="LASTZ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>: align long sequences</description> 2 <description>: align long sequences</description>
3 <expand macro="bio_tools"/>
4 <macros> 3 <macros>
5 <import>lastz_macros.xml</import> 4 <import>lastz_macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="@LASTZ_CONDA_VERSION@">lastz</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">lastz</requirement>
9 <requirement type="package" version="1.7">samtools</requirement> 9 <requirement type="package" version="1.14">samtools</requirement>
10 <requirement type="package" version="3.4.2">r-base</requirement> 10 <requirement type="package" version="3.6.3">r-base</requirement>
11 <requirement type="package" version="1.0.6">bzip2</requirement> 11 <requirement type="package" version="1.0.8">bzip2</requirement>
12 </requirements> 12 </requirements>
13 <command detect_errors="exit_code"><![CDATA[ 13 <command detect_errors="exit_code"><![CDATA[
14 lastz 14 #if $lastz_32:
15 lastz_32
16 #else:
17 lastz
18 #end if
19
15 @TARGET_INPUT_COMMAND_LINE@ 20 @TARGET_INPUT_COMMAND_LINE@
16 ## If --self is set: perform self alignment and ignore the query 21 ## If --self is set: perform self alignment and ignore the query
17 #if $where_to_look.self: 22 #if $where_to_look.self:
18 '${where_to_look.self}' 23 '${where_to_look.self}'
19 #if $where_to_look.nomirror 24 #if $where_to_look.nomirror
290 </configfile> 295 </configfile>
291 </configfiles> 296 </configfiles>
292 <inputs> 297 <inputs>
293 <expand macro="target_input"/> 298 <expand macro="target_input"/>
294 <param name="query" format="fasta,fastq,fasta.gz,fastq.gz,fastq.bz2" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/> 299 <param name="query" format="fasta,fastq,fasta.gz,fastq.gz,fastq.bz2" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
295 300 <param name="lastz_32" type="boolean" checked="false" label="Use lastz_32" help="It is highly recommended to use lastz_32 instead of lastz if the refernece genome size is greater than 2G"/>
296 <section name="where_to_look" expanded="False" title="Where to look"> 301 <section name="where_to_look" expanded="False" title="Where to look">
297 <param name="strand" type="select" display="radio" label="which strand to search" argument="--strand" help="Search both strands or choose plus or minus"> 302 <param name="strand" type="select" display="radio" label="which strand to search" argument="--strand" help="Search both strands or choose plus or minus">
298 <option value="--strand=both" selected="True">Both</option> 303 <option value="--strand=both" selected="True">Both</option>
299 <option value="--strand=plus">Plus</option> 304 <option value="--strand=plus">Plus</option>
300 <option value="--strand=minus">Minus</option> 305 <option value="--strand=minus">Minus</option>
644 </test> 649 </test>
645 <test> 650 <test>
646 <param name="ref_source" value="history" /> 651 <param name="ref_source" value="history" />
647 <param name="target" ftype="fasta.gz" value="chrM_human.fa.gz" /> 652 <param name="target" ftype="fasta.gz" value="chrM_human.fa.gz" />
648 <param name="query" ftype="fastq" value="chrM_mouse.fq" /> 653 <param name="query" ftype="fastq" value="chrM_mouse.fq" />
654 <param name="lastz_32" value="true" />
649 <param name="strand" value="--strand=both" /> 655 <param name="strand" value="--strand=both" />
650 <param name="format" value="blastn" /> 656 <param name="format" value="blastn" />
651 <output name="output" value="test5.out" /> 657 <output name="output" value="test5.out" />
652 </test> 658 </test>
653 <test> 659 <test>