Mercurial > repos > devteam > lastz
comparison lastz_macros.xml @ 2:8e9252994649 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit c5379af63b23648020a4709f8ed9d9eac26582aa
author | iuc |
---|---|
date | Fri, 02 Mar 2018 12:06:35 -0500 |
parents | |
children | c3767eaae954 |
comparison
equal
deleted
inserted
replaced
1:3c13c9c09ad9 | 2:8e9252994649 |
---|---|
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" 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> |