Giter Site home page Giter Site logo

broadinstitute / sequence-upload-to-gs Goto Github PK

View Code? Open in Web Editor NEW
1.0 10.0 1.0 16 KB

Incremental upload of Illumina sequencing runs to GS from a companion computer, or directly from Linux-based Illumina sequencers

License: Other

Shell 100.00%

sequence-upload-to-gs's Introduction

sequence-upload-to-gs

Incremental upload of Illumina sequencing runs to GS from a companion computer, or directly from Linux-based Illumina sequencers

Setup for execution on a network server or companion computer

Forthcoming

Setup on a Linux-based Illumina sequencer

The following Illumina sequencer models are known to be Linux-based and compatible with the upload scripts in this repository:

  • NextSeq 2000 (CentOS)

Download monitor_runs.sh and incremental_illumina_upload_to_gs.sh from this repository to the ~ilmnadmin/ home folder (or elsewhere, though adjust accordingly below).

chmod u+x monitor_runs.sh incremental_illumina_upload_to_gs.sh

# install google-cloud-sdk
sudo tee -a /etc/yum.repos.d/google-cloud-sdk.repo << EOM
[google-cloud-sdk]
name=Google Cloud SDK
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg
       https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOM

sudo yum install google-cloud-cli

sudo mkdir /usr/local/illumina/seq-run-uploads && sudo chown ilmnadmin:ilmnusers /usr/local/illumina/seq-run-uploads

crontab -e

Add this line:

@hourly ~/monitor_runs.sh /usr/local/illumina/runs gs://bucket/flowcells >> ~/upload_monitor.log

sequence-upload-to-gs's People

Contributors

idolawoye avatar tomkinsc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

idolawoye

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.