GithubHelp home page GithubHelp logo

pneerincx / ngs-utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from molgenis/ngs-utils

0.0 2.0 0.0 145.44 MB

Collection of notes and scripts related to NGS

License: GNU Lesser General Public License v3.0

Python 12.68% Perl 15.50% Shell 71.83%

ngs-utils's Introduction

ngs-utils

Collection of notes and scripts related to NGS.

Make git work on our cluster:

Via https:

git clone https://github.com/YOUR_USER_NAME/ngs-utils.git

Via ssh:

NB This does not work yet. Probably we have to upgrade our git module?

Look up your git email (go to github.com, click your photo / settings / email).

cd
module load git/1.9.3
ssh-keygen -t rsa -b 4096 -C "[email protected]"
mkdir git

git clone [email protected]:YOUR_USER_NAME/ngs-utils.git


cd ngs-utils
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR EMAIL ADDRESS"

eval "$(ssh-agent -s)"     # start ssh-agent in bg
ssh-add ~/.ssh/id_rsa      # add your key to the ssh-agent

Now copy the public key (~/.ssh/id_rsa.pub) exactly without adding newlines or whitespace to your clipboard!

On github.com, click you photo, goto settings / Add SSH-key, and add the key and test your connection:

ngs-utils's People

Contributors

benjaminsm avatar brammiedema avatar cguta avatar dennishendriksen avatar dirkdeweerd avatar freerkvandijk avatar georgebyelas avatar gerbenvandervries avatar kdelange avatar ljohansson avatar marieke-bijlsma avatar mdijkstra avatar npklein avatar pneerincx avatar raguirreg avatar roankanninga avatar urmovosa avatar

Watchers

 avatar  avatar

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.