Coder Social home page Coder Social logo

archerdx_challenge's Introduction

๐Ÿ”ฌ Archerdx Code Challenge ๐Ÿ”ฌ

This particular code challenge was split into three parts

  1. Recursively find all FASTQ files in a directory and report each file name and the percent of sequences in that file that are greater than 30 nucleotides long.
  2. Given a FASTA file with DNA sequences, find 10 most frequent sequences and return the sequence and their counts in the file.
  3. Given a chromosome and coordinates, write a program for looking up its annotation. Keep in mind you'll be doing this annotation millions of times. Input: Tab-delimited file: ChrPosition GTF formatted file with genome annotations. Output: Annotated file of gene name that input position overlaps. Hint: Most of the sequence reads come from a small portion of the genome. Try to use this information to improve performance, if possible.

The following repo contains a Ruby and a Python (currently under construction) directory that each contain the challenges in their corresponding languages.

Depndancies

This project is using the follwing

  • ruby version 2.5.3

Install

  • clone repo here
  • cd into the desired code directory Ruby or Python
  • cd into desired script numbered above
  • run the lib/runner.rb file and follow the instructions on placing analysis file in the correct location.

Testing

To run test enter the desired script as instructed above and run the test/script_name_test.rb file

Personal Information

archerdx_challenge's People

Contributors

sicuellar avatar

Watchers

James Cloos avatar  avatar

archerdx_challenge's Issues

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.