Difference between revisions of "GBrowse FAQ"

From GMOD
Jump to: navigation, search
m (How to add an outgoing link to a text on the feature detail page in Gbrowse?)
m (How to add an outgoing link to a text on the feature detail page in Gbrowse?)
Line 18: Line 18:
  
 
Add a line to the appropriate *.conf file using ''link''. For example:
 
Add a line to the appropriate *.conf file using ''link''. For example:
 
+
<perl>
 
  link = http://www.ncbi.nih.gov/SNP/snp_ref.cgi?rs=$name
 
  link = http://www.ncbi.nih.gov/SNP/snp_ref.cgi?rs=$name
 +
</perl>

Revision as of 14:40, 13 February 2007

About this FAQ

What is this FAQ?

It is the list of Frequently Asked Questions about GBrowse.

How is it maintained?

It is now maintained as a Wiki on this site. You can help maintain it by adding questions and answers.


GBrowse Questions

How to add an outgoing link to a text on the feature detail page in Gbrowse?

Add a line to the appropriate *.conf file using link. For example: <perl>

link = http://www.ncbi.nih.gov/SNP/snp_ref.cgi?rs=$name

</perl>