Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of genome track #441

Merged
merged 13 commits into from
May 17, 2017
Merged

Commits on Jun 14, 2016

  1. implementation of RemoteFile from a String added - this allows user t…

    …o attach dynamically generated data (instead from files it will be taken from a string source that represents content of the file)
    piotr-gawron committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    1dc7529 View commit details
    Browse the repository at this point in the history
  2. lint issues

    piotr-gawron committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    f11b82a View commit details
    Browse the repository at this point in the history
  3. lint fix

    piotr-gawron committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    cdd8226 View commit details
    Browse the repository at this point in the history
  4. lint issue

    piotr-gawron committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    c288d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    b7e0d6a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. merge issues :)

    piotr-gawron committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    95f6810 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    e3d7ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Configuration menu
    Copy the full SHA
    9627645 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. few viarant fixes and updates

    * fix on popup when clicking on variant (up to now there was a console error)
    * popup is a bootstrap modal window (not just old alert function)
    * if possible (and requested by user), gene variant height depends on the allel frequency of specific variant
    piotr-gawron committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    637d9f9 View commit details
    Browse the repository at this point in the history
  2. missing flow annotation

    piotr-gawron committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    cf381ae View commit details
    Browse the repository at this point in the history
  3. lint issues

    piotr-gawron committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    f32698c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. gene variant popup reimplemented

    * bootstrap library removed
    * when user click on gene variant instead of poup user defined function will be called (if such method is not defined log information will appear in the console)
    * allel frequency is parsed in a way that maximum and minimum values are stored in vcf variant entry
    * user can define strategy that should be used when hight of the gene variant bars should depend on the alle frequency, two defined strategies are:
    - take max value of allel frequency for vcf entry
    - take min value of allel frequency for vcf entry
    piotr-gawron committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    1746654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f50dd4 View commit details
    Browse the repository at this point in the history