comparison lastz_macros.xml @ 5:bd84ff27bc16 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
author devteam
date Mon, 26 Feb 2018 15:37:53 -0500
parents
children b6d7308c3728
comparison
equal deleted inserted replaced
4:60afcc2c1d05 5:bd84ff27bc16
1 <macros>
2 <token name="@LASTZ_CONDA_VERSION@">1.0.4</token>
3 <token name="@TARGET_INPUT_COMMAND_LINE@">
4 #if $source.ref_source=="history":
5 '${source.target}'
6 #else:
7 '${source.target_2bit.fields.path}'
8 #end if
9 </token>
10 <xml name="target_input">
11 <conditional name="source">
12 <param name="ref_source" type="select" label="Select TARGET sequnce(s) to align against" help="If your TARGET is in history, choose 'from your history' option">
13 <option value="cached">locally cached</option>
14 <option value="history">from your history</option>
15 </param>
16 <when value="cached">
17 <param name="target_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
18 <options from_data_table="lastz_seqs" />
19 </param>
20 </when>
21 <when value="history">
22 <param name="target" type="data" format="fasta,fasta.gz" label="Select a reference dataset" />
23 </when>
24 </conditional>
25 </xml>
26 <xml name="citations">
27 <citations>
28 <citation type="bibtex">
29 @misc{
30 githublastz,
31 author = {Harris, Robert},
32 year = {2007},
33 title = {Improved pairwise alignment of genomic DNA},
34 publisher = {The Pennsylvania State University},
35 journal = {Ph. D. Thesis},
36 url = {http://www.bx.psu.edu/~rsharris/rsharris_phd_thesis_2007.pdf},
37 }
38 </citation>
39 </citations>
40 </xml>
41 </macros>