Skip to content

Instantly share code, notes, and snippets.

View NathanSkene's full-sized avatar

Nathan Skene NathanSkene

View GitHub Profile
@NathanSkene
NathanSkene / WelcomePack.md
Last active September 2, 2020 11:24
Welcome pack for new starters

Welcome to Imperial's Neurogenomics lab!

To-do:

Once you have Imperial login ID

Send me your username so I can give you access to the computing cluster and shared project spaces

Other important things to do

@NathanSkene
NathanSkene / NextFlowIntro.md
Created February 18, 2020 17:47
NextFlow tutorial

What do we want to be able to do?

  • Run a basic nextflow script
  • Run an R script
  • Run the R script in parallel so that each one receives a different input argument
  • Run the process which calls the R script using a docker image
  • Push our script to github and run it from our github repos

Intro pages about NextFlow

i-Drops file transfer

Log in to hpc via terminal (replace username with your username)

shh username@login.cx1.hpc.ic.ac.uk

Fill in your password when prompted Now we will go to the project folder and find a place we want to dump the files

@NathanSkene
NathanSkene / gist:5ee8a37ef603a937f90dad1e0af5c35e
Created January 2, 2021 21:11
Output from swift command relating to the github issue
╰─ swift $(brew --repo)/Library/Homebrew/cask/utils/quarantine.swift; echo $? ─╯
/usr/local/include/module.modulemap:198:13: warning: umbrella directory 'xlocale' not found
umbrella "xlocale"
^
/usr/local/include/module.modulemap:437:13: warning: umbrella directory '_types' not found
umbrella "_types"
^
/usr/local/include/module.modulemap:522:14: warning: umbrella directory 'sys/_types' not found
umbrella "sys/_types"
^
@NathanSkene
NathanSkene / elementaryos.md
Created May 13, 2021 23:29 — forked from suberb/elementaryos.md
elementaryOS | Things To Do After Installing Elementary OS Loki [Best OS For Switching From Windows & Mac]

FIRST THING FIRST


  • Update OS
sudo apt-get update && sudo apt-get upgrade