techblog Articles - Page 7

techblog2022-05-20

Basics of GO Terms

GO analysis is a widely used analytical method, but to understand it properly you first need to understand GO itself. This post covers the fundamentals of GO Terms.

techblog2022-05-20

Submit Commands Directly as Jobs via qsub

When using a supercomputer, you often need to submit jobs via qsub. Sometimes you just want to run a one-liner, and having to create a script file first is tedious. Here, I use Python's argparse and subprocess to pseudo-submit commands as jobs directly from the command line.