Skip to content

Instantly share code, notes, and snippets.

View vincentdavis's full-sized avatar

Vincent vincentdavis

View GitHub Profile
@vincentdavis
vincentdavis / mount_filesystem_osx.md
Created January 12, 2022 19:06 — forked from TysonRayJones/mount_filesystem_osx.md
Mount a remote filesystem in OSX

If you're manipulating files stored on a remote machine, such as ARCUS or ARCHER supercomputers, you can mount the remote file system and interact with the files as if they were stored on your own machine. This makes viewing, editing, and opening files in software on your computer a breeze.

To do this on OSX, first ensure you have homebrew installed. If brew is not recognised in Terminal, run

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
@vincentdavis
vincentdavis / gist:3480597
Created August 26, 2012 14:47 — forked from brantfaircloth/gist:944741
blat blast8 tabular format
text = Query id, Subject id, % identity, alignment length, mismatches, gap openings, q. start, q. end, s. start, s. end, e-value, bit score
csv = "Query id","Subject id","% identity","alignment length","mismatches","gap openings","q. start","q. end","s. start","s. end","e-value","bit score"