-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprimer3_command_line.xml
More file actions
137 lines (126 loc) · 4.87 KB
/
primer3_command_line.xml
File metadata and controls
137 lines (126 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<primer3Doc version="1.0">
<!--
Copyright (c) 1996,1997,1998,1999,2000,2001,2004,2006,2007,2008
2009,2010,2011,2012
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky.
All rights reserved.
This file is part of the Primer3 suite and libraries.
The Primer3 suite and libraries are free software;
you can redistribute them and/or modify them under the terms
of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at
your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this software (file gpl-2.0.txt in the source
distribution); if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
An example Tag with all possible options:
<tag>
<tagName></tagName>
<description>
<![CDATA[<p> </p>]]>
</description>
</tag>
-->
<tag>
<tagName>--about</tagName>
<description>
<![CDATA[<p>With this argument Primer3 generates one line of output
indicating the release number and then exits. This allows scripts to
query Primer3 for its version.</p>]]>
</description>
</tag>
<tag>
<tagName>--default_version=<i>n</i></tagName>
<description>
<![CDATA[<p><i>n</i>=2 is the default, and directs primer3_core
to use the latest default values (the ones documented here).
<i>n</i>=1 directs primer3_core to use defaults from version
2.2.3 and before.
</p>]]>
</description>
</tag>
<tag>
<tagName>--format_output</tagName>
<description>
<![CDATA[<p>This argument indicates that primer3_core should generate
user-oriented (rather than program-oriented) output.</p>]]>
</description>
</tag>
<tag>
<tagName>--strict_tags</tagName>
<description>
<![CDATA[<p>This argument indicates that primer3_core should generate
a fatal error if there is any tag in the input that
it does not recognize. This tag also applies to the settings file (see
documentation for the --p3_settings_file argument),
if any, but with limitations: lines that do not begin with
PRIMER_ or P3_FILE_ID are always ignored in the settings file.</p>]]>
</description>
</tag>
<tag>
<tagName>--p3_settings_file=<i>file_path</i> </tagName>
<description>
<![CDATA[<p>This argument specifies a settings file,
<i>file_path</i>. Primer3 reads the global
("PRIMER_...") parameters from this file first.
Tags appearing in the settings file override
default Primer3 settings. The values set in
the settings files can be also overridden
by tags in the input file. See
Primer3 file documentation for details on the file
format. <strong>WARNING: the --strict_tags flag applies only to
tags beginning with the string "PRIMER_"; lines that do
not begin with the string "PRIMER_" are ignored.</strong></p>]]>
</description>
</tag>
<tag>
<tagName>--echo_settings_file</tagName>
<description>
<![CDATA[<p>This argument indicates that primer3_core
should print the input tags specified
in the given settings file. If no settings file is
provided or if the --format_output option is given,
this argument will have no effect.</p>]]>
</description>
</tag>
<tag>
<tagName>--io_version=<i>n</i></tagName>
<description>
<![CDATA[<p>This argument is provided for backward compatibility.
--io_version=4 <strong>is the only legal value and the default
</strong>.</p>]]>
</description>
</tag>
<tag>
<tagName>--output=<i>file_path</i></tagName>
<description>
<![CDATA[<p>This argument specifies the file where the output
should be written. If omitted, stdout is used. </p>]]>
</description>
</tag>
<tag>
<tagName>--error=<i>file_path</i></tagName>
<description>
<![CDATA[<p>This argument specifies the file where the error
messages should be written. If omitted, stderr is used.</p>]]>
</description>
</tag>
</primer3Doc>