Mercurial > repos > iuc > kc_align
annotate kc-align.xml @ 2:20bef04b5272 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
author | iuc |
---|---|
date | Mon, 30 Mar 2020 10:01:40 -0400 |
parents | 60ed1c94f584 |
children | 0243407479f1 |
rev | line source |
---|---|
2
20bef04b5272
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
iuc
parents:
1
diff
changeset
|
1 <tool id="kc-align" name="Kc-Align" version="0.1.3" python_template_version="3.5"> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
2 <requirements> |
2
20bef04b5272
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
iuc
parents:
1
diff
changeset
|
3 <requirement type="package" version="0.5.9">kcalign</requirement> |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
4 <requirement type="package" version="3.2.2">kalign3</requirement> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
5 </requirements> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
6 <command detect_errors="exit_code"> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
7 <![CDATA[ |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
8 kc-align |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
9 --mode $position.mode |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
10 --reference '$reference' |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
11 --reads '$reads' |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
12 #if $position.mode == "genome": |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
13 --start $position.start |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
14 --end $position.end |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
15 #end if |
2
20bef04b5272
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
iuc
parents:
1
diff
changeset
|
16 $compress |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
17 ]]></command> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
18 <inputs> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
19 <param name="reference" type="data" format="fasta" label="Reference Sequence" help="Single FASTA reference sequence to be aligned" /> |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
20 <param name="reads" type="data" format="fasta" label="Reads" help="Multi-FASTA of seqeunces to be aligned with the reference" /> |
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
21 <param name="outname" type="text" value="out" label="Output Prefix" /> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
22 <conditional name="position" > |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
23 <param name="mode" type="select" label="Mode" > |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
24 <option value="genome">Genome</option> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
25 <option value="gene">Gene</option> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
26 <option value="mixed">Mixed</option> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
27 </param> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
28 <when value="genome" > |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
29 <param name="start" type="text" value="0" label="Start Position(s)" help="The 1-indexed start position of the gene of interest in the reference sequence (For multi-segmented sequences, input each start site separated by a comma ex: 12562,12591)" /> |
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
30 <param name="end" type="text" value="0" label="End Position(s)" help="The 1-indexed end position of the gene of interest in the reference sequence (For multi-segmented sequences, input each end site separated by a comma ex: 12592,13905)" /> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
31 </when> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
32 <when value="gene" > |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
33 </when> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
34 <when value="mixed" > |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
35 </when> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
36 </conditional> |
2
20bef04b5272
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
iuc
parents:
1
diff
changeset
|
37 <param name="compress" type="boolean" truevalue="--compress" falsevalue="" label="Compress" help="Compress identical sequences" /> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
38 </inputs> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
39 <outputs> |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
40 <data name="fasta" format="fasta" from_work_dir="codon_align.fasta" label="${outname}.fasta" /> |
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
41 <data name="clustal" format="txt" from_work_dir="codon_align.clustal" label="${outname}.clustal" /> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
42 </outputs> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
43 <tests> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
44 <test> |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
45 <param name="reference" ftype="fasta" value="wuhan_ref.fasta" /> |
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
46 <param name="reads" ftype="fasta" value="3.fasta" /> |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
47 <param name="mode" value="genome" /> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
48 <param name="start" value="21563" /> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
49 <param name="end" value="25384" /> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
50 <output name="fasta" ftype="fasta" compare="diff" value="kc-align.fasta" /> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
51 <output name="clustal" ftype="txt" compare="diff" value="kc-align.clustal" /> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
52 </test> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
53 </tests> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
54 <help><![CDATA[ |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
55 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
56 ============ |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
57 Kc-Align |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
58 ============ |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
59 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
60 Kc-Algin is a codon-aware multiple aligner that uses Kalgin2 to produce in-frame gapped codon alignments for selection analysis of small genomes (mostly viral and some smaller bacterial genomes). Takes nucleotide seqeunces as inputs, converts them to their in-frame amino acid sequences, performs multiple alignment with Kalign, and then converts the alignments back to their original codon sequence while preserving the gaps. Produces two outputs: the gapped nucleotide alignments in FASTA format and in CLUSTAL format. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
61 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
62 Kc-Align will also attempt to detect any frameshift mutations in the input reads. If a frameshift is detected, that sequence will not be included in the multiple alignment and its ID will be printed to stdout. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
63 |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
64 Kc-Align also has functionality for genes that are are composed of more than one continuous sequence (currently only support for two segments). This can be achieved by entering each segments start coordinate in the Start Position parameter separated by a comma and then doing the same for each segments end coordinate in the End Position parameter (Ex: Start Postion: 12562,12591 End Position: 12592,13905) |
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
65 |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
66 Modes: |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
67 ------ |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
68 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
69 Kc-Align can be run in three different modes, depending on your input data. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
70 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
71 * In **genome** mode, the "reference" and "reads" input parameters are all full genome FASTA files. This mode also requires the 1-based start and end position numbers corresponding to the gene you are interested in aligning from the reference input. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
72 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
73 * If both the "reference" and "reads" inputs are already in-frame genes, the **gene** mode should be used. This mode does not require start and end position parameters as the reference is already in-frame. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
74 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
75 * For the case when your "reference" is an in-frame gene while the "reads" are whole genomes, the **mixed** mode can be used. Like gene mode, this mode does not require the start and end point position parameters. |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
76 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
77 |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
78 ]]></help> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
79 <citations> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
80 <citation type="bibtex"> |
1
60ed1c94f584
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit e87ad1b9f89ab8a1ccd5405de86d8e99901844c7"
iuc
parents:
0
diff
changeset
|
81 @misc{githubkcalign, |
0
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
82 author = {Nicholas Keener, Emil Bouvier}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
83 year = {2020}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
84 title = {Kc-Align}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
85 publisher = {Github}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
86 journal = {Github repository}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
87 url = {https://github.com/davebx/kc-align}, |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
88 }</citation> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
89 </citations> |
04b13fc809ac
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3b23039a67d8cb2d185c56df50b837e5601a95bf"
iuc
parents:
diff
changeset
|
90 </tool> |