Mercurial > repos > bvalot > in_sillico_pcr
annotate qpcr_search.xml @ 0:1f4836da4a14 draft default tip
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
author | bvalot |
---|---|
date | Tue, 14 Jun 2022 08:52:22 +0000 |
parents | |
children |
rev | line source |
---|---|
0
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
1 <tool id="qpcr_search_wrapper" name="qPCR Search" version="0.1"> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
2 <description></description> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
3 <requirements> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
4 <requirement type="package" version="1.28">gassst</requirement> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
5 <requirement type="package" version="1.78">biopython</requirement> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
6 </requirements> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
7 <stdio> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
8 <exit_code range="1:" level="fatal" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
9 </stdio> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
10 <version_command>$__tool_directory__/qpcr_search.py -v</version_command> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
11 <command> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
12 $__tool_directory__/qpcr_search.py -o $output |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
13 #if str($error) |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
14 -e $error |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
15 #end if |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
16 #if str($min) |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
17 -m $min |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
18 #end if |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
19 #if str($max) |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
20 -M $max |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
21 #end if |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
22 #if $taxo |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
23 -t |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
24 #end if |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
25 $forward $probe $reverse $database 2> $logfile |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
26 </command> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
27 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
28 <inputs> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
29 <param name="database" type="data" format="fasta" label="Database to search on fasta" help="FASTA format" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
30 <param name="forward" type="text" value="" optional="false" size="50" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
31 label="Forward primer sequence" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
32 help="DNA sequence, letters corresponding to multiple nucleotide allowed" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
33 <param name="probe" type="text" value="" optional="false" size="50" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
34 label="Probe sequence" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
35 help="DNA sequence, letters corresponding to multiple nucleotide allowed" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
36 <param name="reverse" type="text" value="" optional="false" size="50" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
37 label="Reverse primer sequence" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
38 help="DNA sequence, letters corresponding to multiple nucleotide allowed" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
39 <param name="error" type="integer" value="1" optional="true" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
40 label="Maximun error allowed on match" help="Number of mismatch allowed for each primer" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
41 <param name="min" type="integer" value="50" optional="true" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
42 label="Min len amplicon size" help="Only amplicon with this minimun length were reported" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
43 <param name="max" type="integer" value="200" optional="true" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
44 label="Max len amplicon size" help="Only amplicon with this maximun length were reported" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
45 <param name="taxo" type="boolean" checked="false" |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
46 label="If set, parse description to report species only" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
47 </inputs> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
48 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
49 <outputs> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
50 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: log" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
51 <data name="output" format="txt" label="${tool.name} on ${on_string}: search" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
52 </outputs> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
53 <tests> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
54 <test expect_num_outputs="2"> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
55 <param name="database" value="input.fasta" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
56 <param name="forward" value="TTCAACTTCGGCGACTTCC" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
57 <param name="probe" value="CGGTGCGCCCGATCGCCGGTACCCG" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
58 <param name="reverse" value="TCTTCGTTGATCCCGCGC" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
59 <param name="error" value="2" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
60 <output name="output" file="qpcr.txt" ftype="txt" /> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
61 </test> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
62 </tests> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
63 <help> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
64 **What it does** |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
65 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
66 Search qPCR primer/probe on database and return position and errors. |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
67 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
68 **License and citation** |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
69 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
70 This Galaxy tool is Copyright © 2018 `B. Valot` and is released under the `GPL3 license`. |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
71 |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
72 This tool uses Gassst, which is licensed separately. |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
73 Please cite: Rizk G. and Dominique Lavenier D. (2010) GASSST: global alignment short sequence search tool. *Bioinformatics* 26(20), 2534-2540. |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
74 http://www.irisa.fr/symbiose/projects/gassst/ |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
75 </help> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
76 <citations> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
77 <citation type="doi">10.1093/bioinformatics/btq485</citation> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
78 </citations> |
1f4836da4a14
planemo upload for repository https://github.com/bvalot/galaxy commit d57c24d4b2c0c741d572af9ca0d09f8b82689640
bvalot
parents:
diff
changeset
|
79 </tool> |