06f099f6112843f92c8656108372e7194ad96e14
jnavarr5
Mon Jun 9 15:20:54 2025 -0700
Making some of the text on the hgPcr page into a list to reduce the visual clutter, refs #35834
diff --git src/hg/hgPcr/hgPcr.c src/hg/hgPcr/hgPcr.c
index fd424d117f3..12eb1e89755 100644
--- src/hg/hgPcr/hgPcr.c
+++ src/hg/hgPcr/hgPcr.c
@@ -208,37 +208,39 @@
hFreeConn(&conn2);
slReverse(&serverList);
return serverList;
}
void doHelp()
/* Print up help page */
{
printf(
"In-Silico PCR V%s searches a sequence database with a pair of\n"
"PCR primers, using the BLAT index for fast performance.\n"
"See an example\n"
"video\n"
"on our YouTube channel.
\n"
-"This tool is not guaranteed to find absolutely all off-target locations,\n"
+"
\n"
+"- This tool is not guaranteed to find absolutely all off-target locations,\n"
"it is optimized for targets with higher identities. For\n"
"use in primer design, especially in repetitive regions, consider additional validation with tools such as\n"
""
-"primer blast.
\n"
-"If you are looking for matches to RT-PCR primers, where primers often straddle intron-exon boundaries, change the Target option and select "
-"a gene transcript set. This feature is only available for human and mouse assemblies.
\n"
+"primer blast. \n"
+"- If you are looking for matches to RT-PCR primers, where primers often straddle intron-exon boundaries, change the Target option and select "
+"a gene transcript set. This feature is only available for human and mouse assemblies.
\n"
+"
\n"
"Configuration Options
\n"
"Genome and Assembly - The sequence database to search.
\n"
"Target - If available, choose to query transcribed sequences.
\n"
"Forward Primer - Must be at least 15 bases in length.
\n"
"Reverse Primer - On the opposite strand from the forward primer. Minimum length of 15 bases.
\n"
"Max Product Size - Maximum size of amplified region.
\n"
"Min Perfect Match - Number of bases that match exactly on 3' end of primers. Minimum match size is 15.
\n"
"Min Good Match - Number of bases on 3' end of primers where at least 2 out of 3 bases match.
\n"
"Flip Reverse Primer - Invert the sequence order of the reverse primer and complement it.
\n"
"Append to existing PCR result - Add this PCR result list to the currently existing track of PCR results.
\n"
"\n"
"Output
\n"
"When successful, the search returns a sequence output file in fasta format \n"
"containing all sequence in the database that lie between and include the \n"
"primer pair. The fasta header describes the region in the database\n"