Skip to content

Instantly share code, notes, and snippets.

@ParthoMayo
ParthoMayo / nextflow cheat sheet
Created November 10, 2023 11:57 — forked from elowy01/nextflow cheat sheet
nextflow cheat sheet
#Example 1:
#!/usr/bin/env nextflow
params.str = 'Hello world!'
process AFcalc {
"""
echo '${params.str}'
@ParthoMayo
ParthoMayo / 0_installSoftware.sh
Created October 7, 2023 13:10 — forked from DannyArends/0_installSoftware.sh
Scripts and other things for RNA-Seq
# Add yourself to the sudo group
su -
usermod -aG sudo danny
exit
# Install the virtual box guest additions
cd /media/cdrom0
sudo sh ./VBoxLinuxAdditions.run
# Install R and deps