September 16th, 2011 / Author: Greg Pinero (Primary Searcher)
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Tags: Book, Confluence, Django, Documentation, Git, Mod_Wsgi, Perl, Programming, Python, Ssl, Tutorial, Wiki, Work
August 30th, 2011 / Author: Greg Pinero (Primary Searcher)
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
gittutorial(7)Seems like a pretty reasonable overview of doing a git clone and using git
DjangoResources – DjangoThis page lists open source projects and applications regarding Django, the framework for perfectionists with deadlines.
Tags: Backup, Browser, Diy, Django, Dropbox, Fix, Floor, Git, Html5, Joist, Python, Sharing, Subfloor, Switch, Toread, Van, Window
August 28th, 2011 / Author: Greg Pinero (Primary Searcher)
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Django tips: Template context processorsHow to make information available to every template.
Be sure to put in the default template processors first or you’ll overwrite them and exclude them e.g., for Django 1.3:
TEMPLATE_CONTEXT_PROCESSORS = (
“django.contrib.auth.context_processors.auth”,
“django.core.context_processors.debug”,
“django.core.context_processors.i18n”,
“django.core.context_processors.media”,
“django.core.context_processors.static”,
“django.contrib.messages.context_processors.messages”,
“MyApp.views.my_context_proc_func”,
)
module – Python: can’t install python-ldap – Stack OverflowGood advice on fixing missing *.h issues when installing:
Missing headers are almost always a sign for missing -dev packages (sometimes also named -devel). Just do apt-cache search sasl | grep dev and you’ll probably find the right package
Tags: Apt-Get, Bash, Bookmarklet, Books, Browser, Commandline, Csrf, Django, Email, Filemaker, For_Kindle, Html, Javascript, Jdbc, Jquery, Ldap, Linux, Odbc, Opensource, Programming, Python, Select, Software, Template, Toread, Ubuntu, Virtualbox, Webdesign, Work, Workspace
August 28th, 2011 / Author: Greg Pinero (Primary Searcher)
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Fill Any PDF FormThis worked really well for signing a PDF online without having to print it out, sign it, and scan it back in. I hate that!
Tags: Active_Directory, Admin, Apache, Book, Database, Django, Editor, Fax, Filemaker, Ldap, Linux, Mod_Wsgi, Mysql, Mysqldb, Pdf, Pyodbc, Python, Redhat, Schema, Sign, Subversion, Svn, Win32, Work
August 22nd, 2011 / Author: Greg Pinero (Primary Searcher)
I downloaded this file (SRR074287) and wanted to convert it to FASTQ format.
I downloaded the SRA toolkit and extracted it to a directory in my home directory. However when I tried to run it I got this error:
$ ~/sratoolkit.2.1.2-centos_linux64/fastq-dump -A SRR074287
2011-08-22T15:00:16 fastq-dump.2.1.2 err: table not found while opening manager within database module - failed to open 'SRR074287'
After some trial and error, running it like this seems to work:
$ ~/sratoolkit.2.1.2-centos_linux64/fastq-dump SRR074288.sra
There is some documentation here, but it didn’t really explain what I did wrong, or why running it with the filename works.
|
|