Skip to content

Instantly share code, notes, and snippets.

View Jnsll's full-sized avatar

June Sallou Jnsll

  • TU Delft
  • Delft, The Netherlands
View GitHub Profile
@Jnsll
Jnsll / UsefulTools.md
Last active September 10, 2020 14:32

Python Useful Tools

Versions of Python

Pyenv

Packaging & Dependency management

Pip

Install packages from pypi repository (Python Package Index, https://pipy.org)

Pipenv

@Jnsll
Jnsll / manipulate_paths.py
Created July 10, 2019 15:13
Manipulating paths from a Ptyhon script
import os
print("abspath : ", os.path.abspath(__file__))
print("basename : ", os.path.basename(__file__))
print("dirname : ", os.path.dirname(os.path.abspath(__file__)))
print("realpath : ", os.path.realpath(__file__))
@Jnsll
Jnsll / StopAnnoyingSoundWhenErrorOnManjaro.conf
Created January 14, 2019 15:40
To stop the loud and annoying sound from being heard when there is an error (eg. fail search on a web page) on Manjaro. The file is to be put in the '/etc/modprobe.d' directory.
blacklist pcspkr
@Jnsll
Jnsll / deseq2-analysis-template.R
Created April 19, 2017 12:54 — forked from stephenturner/deseq2-analysis-template.R
Template for analysis with DESeq2
## RNA-seq analysis with DESeq2
## Stephen Turner, @genetics_blog
# RNA-seq data from GSE52202
# http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse52202. All patients with
# ALS, 4 with C9 expansion ("exp"), 4 controls without expansion ("ctl")
# Import & pre-process ----------------------------------------------------
# Import data from featureCounts

Keybase proof

I hereby claim:

  • I am Jnsll on github.
  • I am jnsll (https://keybase.io/jnsll) on keybase.
  • I have a public key whose fingerprint is AC01 D0CE 76A3 327A 3F47 1D34 2EAA 9B0C F750 9D11

To claim this, I am signing this object: