GithubHelp home page GithubHelp logo

alexbarrera / crispr-jamboree Goto Github PK

View Code? Open in Web Editor NEW

This project forked from igvf-crispr/crispr-jamboree

0.0 0.0 0.0 1.86 MB

2nd IGVF CRISPR-JAMBOREE (Feb 2024)

R 0.66% Jupyter Notebook 31.24% HTML 68.11%

crispr-jamboree's Introduction

IGVF CRISPR Jamboree 2024

Welcome to this year's CRISPR Jamboree! We will be using this repository as a central location for submitting your code. You will be provided with a cluster environment for development during the Jamboree. Below are instructions for accessing and setting up your computational environment, as well as submitting your code to this repository.

Accessing the cluster

  1. Access the server at http://34.135.229.230.
  2. You will be prompted for your login credentials. For your username, enter the prefix of the email you entered on this Google Sheet. For example, for [email protected] it is johndoe. You may choose any password.
  3. The sample data is located at /mnt/shared/.

Setting up R (if desired)

  1. Open a terminal and run R -e "IRkernel::installspec()".
  2. Refresh your browser.

Establishing GitHub access from the cluster

  1. Fork this repository to your personal GitHub account by clicking the Fork button here.
  2. Set up a fine-grained personal access token here by clicking Generate new token, entering a token name like "IGVF CRISPR Jamboree 2024", setting the expiration to "7 days", clicking Only select repositories, selecting the forked CRISPR-JAMBOREE repository, clicking Repository permissions, scrolling down to Contents, clicking Access: No access, choosing Read and write, and clicking Generate token. Leave this page open. You will need to use the token you generated here in step 7 below.
  3. Go back to the cluster, and open a terminal.
  4. Clone your forked repository via HTTPS, e.g. git clone https://github.com/ekatsevi/CRISPR-JAMBOREE.git.
  5. Navigate to the repository via cd CRISPR-JAMBOREE.
  6. Set up Git by issuing the following commands:
  • git config --global user.name "Your name", replacing "Your name" with your name
  • git config --global user.email "Your email", replacing "Your email" with your email
  • git config --global credential.helper 'store --file ~/.my-credentials'
  1. Then, establish access to CRISPR-JAMBOREE on GitHub by entering git push, followed by your GitHub username, followed by the personal access token you created in step 2. In particular, you will need to copy and paste the personal access token from step 2 into the terminal. Note that for security reasons, the personal access token will not be displayed when you paste it. Just press enter once you have pasted the token.

Developing and submitting your code

  1. Within the CRISPR-JAMBOREE repository, enter the directory corresponding to your group (inference, guide-assignment, etc).
  2. Within that directory, create a further directory with the name of the method you will be working on (e.g. wilcoxon-test).
  3. Work on your code within this directory during the Jamboree, committing as usual.
  4. At the end of the Jamboree, push your work to your work to your forked repository on GitHub via git push.
  5. Then, submit a pull request by navigating to your forked repository on GitHub, then clicking Contribute, then clicking Open pull request, then clicking Create pull request.

crispr-jamboree's People

Contributors

ekatsevi avatar alexbarrera avatar logan-blaine avatar lucapinello 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.