Skip to content

Instantly share code, notes, and snippets.

View moonwatcher's full-sized avatar

Lior Galanti moonwatcher

View GitHub Profile
@moonwatcher
moonwatcher / C4MVUACXX_dual.json
Last active August 29, 2015 14:06
C4MVUACXX dual demux
{
"name": "C4MVUACXX_dual",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140828_SN911_0230_AC4MVUACXX",
"output path": "/export/data1/demux",
"configure bcl2fastq": "--use-bases-mask \"Y*,I8n,I8n,Y*\" --tiles \"s_6\"",
"sample sheet": [
"C4MVUACXX,6,G140_A6_L1,,TAGATCGC-TAAGGCGA,,N,,,lane6",
"C4MVUACXX,6,G140_A6_L114,,TAGATCGC-CGTACTAG,,N,,,lane6",
"C4MVUACXX,6,G140_A6_L115,,TAGATCGC-AGGCAGAA,,N,,,lane6",
@moonwatcher
moonwatcher / 000000000-AAK03.json
Created September 15, 2014 19:26
000000000-AAK03 demux
{
"name": "000000000-AAK03",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140911_M02455_0025_000000000-AAK03",
"output path": "/export/data1/demux",
"configure bcl2fastq": "",
"sample sheet": [
"000000000-AAK03,1,pBOB11_1,,GTTTCG,,N,,,lane1",
"000000000-AAK03,1,pBOB11_3,,CGTACG,,N,,,lane1",
"000000000-AAK03,1,pBOB11_5a,,GAGTGG,,N,,,lane1",
@moonwatcher
moonwatcher / C51F4ACXX.json
Last active August 29, 2015 14:06
C51F4ACXX demux
{
"name": "C51F4ACXX",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140911_SN911_0231_BC51F4ACXX",
"output path": "/export/data1/demux",
"configure bcl2fastq": "",
"sample sheet": [
"C51F4ACXX,2,ANUT_12_01,,TGACCA,,N,,,lane2",
"C51F4ACXX,2,ANUT_12_02,,ACAGTG,,N,,,lane2",
"C51F4ACXX,2,ANTT_12_01,,GCCAAT,,N,,,lane2",
@moonwatcher
moonwatcher / HABDFADXX.json
Last active August 29, 2015 14:06
HABDFADXX demux
{
"name": "HABDFADXX",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140918_SN911_0232_BHABDFADXX",
"output path": "/export/data1/demux",
"configure bcl2fastq": "",
"sample sheet": [
"HABDFADXX,1,SV51,,CGATGT,,N,,,lane1",
"HABDFADXX,1,SV52,,TGACCA,,N,,,lane1",
"HABDFADXX,1,SV53,,ACAGTG,,N,,,lane1",
@moonwatcher
moonwatcher / edu.nyu.bio.tuboweb.plist
Created September 24, 2014 02:43
Launchd init script for tuboweb
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>edu.nyu.bio.tuboweb</string>
<key>WorkingDirectory</key>
<string>/Users/gs/DEV/gencore</string>
{
"_id": "542391398d741f66ce5146b9",
"body": {
"canonical": {
"illumina flowcell id": "H9558ADXX",
"lanes": [
{
"control lane": false,
"created": "2014-09-20T13:41:40.692503",
"description": "Purugganan : Pool A",
@moonwatcher
moonwatcher / gist:8b97c0d9f16402b19c31
Created September 26, 2014 19:57
how to tar a run directory
function tar_sequence() {
RUN="$1"
SUBJECT="archive creation for $RUN finished"
(
cd /export/data1/gencore;
[ -d "$RUN" ] && tar --use-compress-prog=pbzip2 --exclude="Data/Intensities/L00*/C*.1" -cf /export/data1/flowcell/$RUN.tar.bz2 $RUN;
RESULT="result: $?"
echo $RESULT
echo $RESULT | mail -s "$SUBJECT" lg1883@nyu.edu
)
@moonwatcher
moonwatcher / HABDFADXX.json
Last active August 29, 2015 14:06
Demux config for run HABDFADXX
{
"name": "HABDFADXX",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140918_SN911_0232_BHABDFADXX",
"output path": "/export/data1/demux",
"configure bcl2fastq": "--use-bases-mask \"Y*,I6n\"",
"sample sheet": [
"HABDFADXX,1,SV51,,CGATGT,,N,,,lane1",
"HABDFADXX,1,SV52,,TGACCA,,N,,,lane1",
"HABDFADXX,1,SV53,,ACAGTG,,N,,,lane1",
@moonwatcher
moonwatcher / HAJW7ADXX.json
Last active August 29, 2015 14:07
HAJW7ADXX bcl to fastq conversion without failed reads filtering
{
"name": "HAJW7ADXX",
"email": "lg1883@nyu.edu",
"flowcell path": "/export/data1/gencore/140924_SN911_0233_AHAJW7ADXX",
"output path": "/export/data1/demux",
"configure bcl2fastq": "--with-failed-reads --use-bases-mask \"Y*,Y*\"",
"sample sheet": [
"HAJW7ADXX,1,Complete,,Undetermined,,N,,,lane1",
"HAJW7ADXX,2,Complete,,Undetermined,,N,,,lane2"
@moonwatcher
moonwatcher / com.tuntap.tap.kext.plist
Created October 17, 2014 06:57
lanuchd plist for loading tap.kext
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.tuntap.tap.kext</string>
<key>ProgramArguments</key>
<array>
<string>kextload</string>
<string>/Library/Extensions/tap.kext</string>