2968c22e9a0e002863a920d5a60ad93df5cb48a7 gperez2 Tue Jan 18 18:22:28 2022 -0800 Updating the hgPcr example video link, refs #28779 diff --git src/hg/hgPcr/hgPcr.c src/hg/hgPcr/hgPcr.c index cfc3927..799cfeb 100644 --- src/hg/hgPcr/hgPcr.c +++ src/hg/hgPcr/hgPcr.c @@ -203,31 +203,31 @@ dyStringFree(&dy); sqlFreeResult(&sr); hDisconnectCentral(&conn); hFreeConn(&conn2); slReverse(&serverList); return serverList; } void doHelp() /* Print up help page */ { puts( "In-Silico PCR searches a sequence database with a pair of\n" "PCR primers, using an indexing strategy for fast performance.\n" "See an example\n" -"<a href='https://youtu.be/U8_QYwmdGYU?feature=player_detailpage&v=8ATcoDTOc0g&list=UUQnUJepyNOw0p8s2otX4RYQ'" +"<a href='https://youtu.be/U8_QYwmdGYU'" "target='_blank'>video</a>\n" "on our YouTube channel.\n" "\n" "<H3>Configuration Options</H3>\n" "<B>Genome and Assembly</B> - The sequence database to search.<BR>\n" "<B>Target</B> - If available, choose to query transcribed sequences.<BR>\n" "<B>Forward Primer</B> - Must be at least 15 bases in length.<BR>\n" "<B>Reverse Primer</B> - On the opposite strand from the forward primer. Minimum length of 15 bases.<BR>\n" "<B>Max Product Size</B> - Maximum size of amplified region.<BR>\n" "<B>Min Perfect Match</B> - Number of bases that match exactly on 3' end of primers. Minimum match size is 15.<BR>\n" "<B>Min Good Match</B> - Number of bases on 3' end of primers where at least 2 out of 3 bases match.<BR>\n" "<B>Flip Reverse Primer</B> - Invert the sequence order of the reverse primer and complement it.<BR>\n" "\n" "<H3>Output</H3>\n" "When successful, the search returns a sequence output file in fasta format \n"