a8d8d0e805bc550786aef8570670c5d16ffb65ee mspeir Sun Apr 28 18:32:11 2024 -0700 updated index, added gb101.md stub, added page_template.md refs #30335 diff --git docs/markdown_template.md docs/markdown_template.md new file mode 100644 index 0000000..e7b941f --- /dev/null +++ docs/markdown_template.md @@ -0,0 +1,40 @@ +% A sample Markdown page + +[comment]: <> (QA: This is a comment, it will not appear in the HTML) + +# Overview of the Genome Browser + +The genome browser requires humans: + +- sample unnumbered list line 1 +- item 2 and `backticks` + +# Requirements + +A bulleted list: + +* There +* Here +* 'with links' map plotting tools +* Redhat/Fedora/CentOS: `yum install libpng12 httpd ghostscript GMT hdf5 R libuuid-devel MySQL-python` + +A command: + + rsync -hna --stats rsync://hgdownload.soe.ucsc.edu/gbdb/ | egrep "Number of files:|total size is" + +A list and code under it: + +1. Topic 1 + + XBitHack on + + Options +Includes + + +2. Topic 2 + + mysql -u browser -pgenome -e 'show tables;' mysql + + MariaDB can be run from the command line, and + the tables from the database MariaDB can be displayed. +