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.
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.
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.
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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.