Welcome to the Genome Toolbox! I am glad you navigated to the blog and hope you find the contents useful and insightful for your genomic needs. If you find any of the entries particularly helpful, be sure to click the +1 button on the bottom of the post and share with your colleagues. Your input is encouraged, so if you have comments or are aware of more efficient tools not included in a post, I would love to hear from you. Enjoy your time browsing through the Toolbox.
Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Thursday, November 28, 2013

Happy Thanksgiving

                               .-"'-. _
                             ,'     /`\ .-"` `'.
                            /      /  '`\       \
                           .     ,'      `.      ;
                          _|   .'          `.    |_
                       ,'` '-'`              `'-.' \
                       |     \        Oo .-,_   /   | ___
                  .--. '      `..--'"""''"~-.\-'   ,-'   `.
                /`    `.\     (             | ;   /        |
               ;        `.     \            ;  |           '
               |                `.         .\   ;         /_,.
               '            ,-''-.`'-...-'`.'   |'-,    ,-'   `\
                `._        |      \| |  |  ||  /    |           |
              _.--"'`   __ \       ' |  |   `-'     /.--.       /
            ,'       ,-'  `'.        |  ;          .'    '    _'
            |       /        `     ,-;   \        '      |  '"---.
            ;      |          ,--'` /    |`'----.,       '        `\
             \_    \        _(     /     |        )    .'          |
              .7'-, '.    (`      /      |'      `-,-'`           /
             /        `-._/     ,'       ;          )          _.'
            |            |     /          \        r,    ___.-'
             \           \    /            `.        )--''
              `-._____,.-'`---|              `-.__.-'
                              \                 /
  _   _  __  ___   ___ __   __ '.             .'
 | |_| |/  \|  _`\|  _`\ \ / /   `--._____.--'
 |  _  | |\ | |_) | |_) \ ' / ___    || ||    ___
 | | | |  _ |  __/|  __/ ' |_(_..`'--'| |'--'`.._)_
 |_|_|_|_||_|_|__ |_|  _ |(___,.----'"` `"'----.,__)  _  __   _
 |_   _| | | |/  \| \ | | |/ / / _|/ _| | | || | | \ | |/ _| | |
   | | | |_| | |\ |  \| | ' / | | | /   | | || | |  \| | /   | |
   | | |  _  | || |   ' |  ;   \ \| | _ | | || | |   ' | | _ | |
   | | | | | |  _ | .   | . \   | | || \| | '/ | | .   | || \|_|
   | | | | | | || | |\  | |\ \ _/ | |_| | |\   | | |\  | |_| |_
   |_| |_| |_|_||_|_| \_|_| \_|__/ \___/|_| \_/|_|_| \_|\___/|_| 

Thursday, November 21, 2013

10K

Today Genome Toolbox surpassed 10,000 page views!  A great milestone which has yet to be achieved by any of my other blogs.  Thanks to all who have visited the site and for the continued encouragement to keep adding content.  Stay tuned for more tools and tips relevant to genomic analysis.

Wednesday, July 17, 2013

2K

Today Genome Toolbox hit a cumulative total of 2,000 page views over the life of the blog!  Its exciting to see so much interest in genomic analysis tools.  Thanks for stopping by and keep coming back to check out whats new.

Sunday, June 30, 2013

1,000 Page Views

Today, Genome Toolbox is on track to reach 1,000 page views!  What an awesome milestone.  I am thrilled so many people have found the blog and are using it as a resource.  Thank you all for your interest and keep the feedback coming.

Wednesday, May 8, 2013

Customize Gists

Setting up this blog, I knew I would be including a lot of code snippets into the postings.  GitHub gists seemed like a good option for easily embedding, formatting, and color-coding my code snippets.  The color scheme of the embedded gists somewhat clashed with my blog color scheme and the formatting of the gists made the blog posts look a bit busy.  After some searching, I found and modified some CSS code to give the embedded gists a cleaner look and mesh better with the overall design of the blog.  There seems to be a lot of options of which I only used a small subset.  It is essential to include “!important” after each CSS attribute, since the gist stylesheet will be loaded after your site's stylesheet, giving the gist stylesheet priority over your styles, unless you use the “!important”.

Thursday, May 2, 2013

GibHub

Starting this blog, I found it difficult to share snippets of code easily through the blogger interface.  I stumbled across an easy tool to help do this: GitHub.  Its a pretty easy-to-use interface that allows you to paste your code into a text box, select which coding language you are using, and then creates an easy one line link you can embed into your Blogger blog.  It even highlights certain commands and syntax that are relevant to that coding language.  Pretty slick.