This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Useful productivity tools for bioinformaticians

I am wondering which productivity tools you use as a bioinformatician to improve the productivity of day to day work. For example using git, nextflow etc.

rna-seq chip-seq r next-gen python

You mean aside from the coffee-maker?

I label my bioinformatics calendar as "before Snakemake" and "after Snakemake"

"Other workflow managers are available".

But yeah. Use a workflow manager

I would highly recommend this book "wicked cool shell scripts" https://nostarch.com/wicked2 . One of my favorites from the book is the command line notepad . Most times you are on the terminal and want to write a quick note without moving, it can be easily done with the note shell script. note . The notes are saved to the file .Remember in the home. I twicked it by adding git and date and timestamps to notes. The book is littered with Gems.

6 answers

Basic unix commands cut/paste/sort/uniq/sed. Never designed for bioinformatics but very useful nonetheless.

For those that use windows as desktop OS notepad++ and MobaXterm.

I second ncdu.

I also like:

I have a lot of sysadminy stuff rather than pure productivity per se. Lots of my productivity is just stuff in dotfiles.

Undoubtedly loads more I forget now.

an obvious one: awk ! :)

ncdu for checking disk space used and number of files: https://linux.die.net/man/1/ncdu

https://atom.io/packages/split-diff And then using it for "normal" non code text files

Asana, Trello are good ones

Log in to answer this question.