Mercurial > repos > iuc > kc_align
comparison kc-align.xml @ 9:0c0288a9d92c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit f3a0fbdcf97b2a8ef4b5cc9a8d4d59b7aab4db27"
author | iuc |
---|---|
date | Mon, 12 Oct 2020 18:09:09 +0000 |
parents | 1c65ddbaeefa |
children | 97476dfde728 |
comparison
equal
deleted
inserted
replaced
8:1c65ddbaeefa | 9:0c0288a9d92c |
---|---|
1 <tool id="kc-align" name="Kc-Align" version="1.0" python_template_version="3.5"> | 1 <tool id="kc-align" name="Kc-Align" version="1.0.2" python_template_version="3.5"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="1.0.2">kcalign</requirement> | 3 <requirement type="package" version="1.0.2">kcalign</requirement> |
4 </requirements> | 4 </requirements> |
5 <command detect_errors="exit_code"> | 5 <command detect_errors="exit_code"> |
6 <![CDATA[ | 6 <![CDATA[ |
15 #end if | 15 #end if |
16 #if $position.mode == "mixed": | 16 #if $position.mode == "mixed": |
17 -d '$position.dist' | 17 -d '$position.dist' |
18 #end if | 18 #end if |
19 $compress | 19 $compress |
20 -th '$threads' | 20 -th \${GALAXY_SLOTS:-1} |
21 | 21 |
22 ]]></command> | 22 ]]></command> |
23 <inputs> | 23 <inputs> |
24 <param name="ref" type="data" format="fasta" label="Reference Sequence" help="Single FASTA reference sequence to be aligned" /> | 24 <param name="ref" type="data" format="fasta" label="Reference Sequence" help="Single FASTA reference sequence to be aligned" /> |
25 <param name="seqs" type="data" format="fasta" label="Reads" help="Multi-FASTA of seqeunces to be aligned with the reference" /> | 25 <param name="seqs" type="data" format="fasta" label="Reads" help="Multi-FASTA of seqeunces to be aligned with the reference" /> |
49 <option value="less-close">Less Close</option> | 49 <option value="less-close">Less Close</option> |
50 </param> | 50 </param> |
51 </when> | 51 </when> |
52 </conditional> | 52 </conditional> |
53 <param name="compress" type="boolean" truevalue="--compress" falsevalue="" label="Compress" help="Compress identical sequences" /> | 53 <param name="compress" type="boolean" truevalue="--compress" falsevalue="" label="Compress" help="Compress identical sequences" /> |
54 <param name="threads" type="integer" argument="-th" value="1" label="Cores" /> | |
55 </inputs> | 54 </inputs> |
56 <outputs> | 55 <outputs> |
57 <data name="fasta" format="fasta" from_work_dir="codon_align.fasta" label="${tool.name}: fasta output" /> | 56 <data name="fasta" format="fasta" from_work_dir="codon_align.fasta" label="${tool.name}: fasta output" /> |
58 <data name="clustal" format="txt" from_work_dir="codon_align.clustal" label="${tool.name}: clustal output" /> | 57 <data name="clustal" format="txt" from_work_dir="codon_align.clustal" label="${tool.name}: clustal output" /> |
59 </outputs> | 58 </outputs> |
62 <param name="ref" ftype="fasta" value="wuhan_ref.fasta" /> | 61 <param name="ref" ftype="fasta" value="wuhan_ref.fasta" /> |
63 <param name="seqs" ftype="fasta" value="3.fasta" /> | 62 <param name="seqs" ftype="fasta" value="3.fasta" /> |
64 <param name="mode" value="genome" /> | 63 <param name="mode" value="genome" /> |
65 <param name="start" value="21563" /> | 64 <param name="start" value="21563" /> |
66 <param name="end" value="25384" /> | 65 <param name="end" value="25384" /> |
67 <param name="threads" value="15" /> | |
68 <output name="fasta" ftype="fasta" compare="contains" value="kc-align.fasta" /> | 66 <output name="fasta" ftype="fasta" compare="contains" value="kc-align.fasta" /> |
69 <output name="clustal" ftype="txt" compare="contains" value="kc-align.clustal" /> | 67 <output name="clustal" ftype="txt" compare="contains" value="kc-align.clustal" /> |
70 </test> | 68 </test> |
71 </tests> | 69 </tests> |
72 <help><![CDATA[ | 70 <help><![CDATA[ |