Skip to content

Instantly share code, notes, and snippets.

View sk-sahu's full-sized avatar
🧑‍💻
Improving with CI

Sangram K Sahu sk-sahu

🧑‍💻
Improving with CI
View GitHub Profile
@sk-sahu
sk-sahu / Nextflow_exit_code.md
Last active September 9, 2020 14:25
Nextflow Error codes list
@sk-sahu
sk-sahu / bash_terminal_enhancer.md
Last active August 19, 2020 17:30
Bash terminal enhancer

Enhance the bash terminal

This is personal set of snipets from diffrent source to make the terminal more friendly to work

Open ~/.bashrc add any of the following snippets.

Pretty CSV in terminal

## Pretty CSV in terminal 
@sk-sahu
sk-sahu / get_fastq_from_SRA.sh
Created September 9, 2019 08:38
Bulk download of .fastq.gz files from SRA with list of accessions
#!/bin/bash
# Require: GNU-parallel, sra-tools, parallel-fastq-dump
# Permision: chmod 777 get_fastq_from_SRA.sh
# Usage: ./get_fastq_from_SRA.sh SRA_acc_list.txt 4
sra_acc_list=$1 # in .txt file
threads=$2
sort -u $sra_acc_list | parallel -j $threads "prefetch {}"
### Keybase proof
I hereby claim:
* I am sk-sahu on github.
* I am sksahu (https://keybase.io/sksahu) on keybase.
* I have a public key ASD2_xuj7uhZ8tRX2k_ZIE50oQ7OM233qt1UeMR4J7x5wgo
To claim this, I am signing this object:
@sk-sahu
sk-sahu / bioinfo_blogs.md
Last active June 24, 2024 15:59
Bioinformatics Blogs