Project

General

Profile

Actions

Task #7096

closed

Idea #7078: [Tyler] Design scope of small application

Write documentation

Added by Sarah Guthrie over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Sarah Guthrie
Target version:
-
Actions #1

Updated by Sarah Guthrie over 8 years ago

  • Assigned To set to Sarah Guthrie
Actions #2

Updated by Sarah Guthrie over 8 years ago

  • Status changed from New to In Progress
  • Start date set to 09/10/2015
Actions #3

Updated by Sarah Guthrie over 8 years ago

Documentation

Scope

Tyler should be a program that users run on their laptops. It should take 1 minute to tile an entire human genome on a laptop (where the limiting time factor is the hard-drive read speed limit). It requires a tag set to initialize, takes FASTA sequences as input, and returns the tiling of the FASTA sequences.

Set up

Tyler should be set up with a tag set. This tag set should be standardized, containing the tag sequences along with annotations (such as chromosome identifiers and paths). Our current tag set is input to the FASTJ generator as a bigwig file. It is probable that using a bigwig file is less than ideal, and we should develop a standard for tag set inputs (and in addition, give each tag set a unique identifier based on its content).

Input and Output

Once Tyler has been set up, it should take a well-sequenced FASTA sequence (no n's) and return the unique tile identifier(s) associated with that FASTA sequence. These tile identifiers should include a flag indicating whether the tile is partial (includes only one tag), its position, tag(s), and length.

Errors and User Warnings

  • If the input FASTA sequence has n's, Tyler should throw an error to the user.
  • If the input FASTA sequence does not include any tags, Tyler should throw an error to the user.

It is not Tyler's job to notice uncontiguous tags, which we predict will likely occur in cancer genomes and large rearrangements. Noticing uncontinuous tags is left to software running Tyler or to a more advanced Tyler (Tyler 2.0).

Additional notes

For completion and to be useful to users, Tyler requires an additional service (probably Sprite), that can recognize its output. This service, when given the output from Tyler, should return the raw sequence, annotations, HGVS names, etc. This service will be much heavier in terms of information needed to run it, and so it should probably be exposed to the public via a website.

Actions #4

Updated by Sarah Guthrie over 8 years ago

  • Remaining (hours) changed from 3.0 to 0.0
  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF