Skip to content

Commit

Permalink
Merge pull request #195 from veg/develop
Browse files Browse the repository at this point in the history
2.5.0 - Making vision compatible with HyPhy 2.4.0
  • Loading branch information
Ryan Velazquez authored May 16, 2019
2 parents 68a026e + 76c569a commit c132132
Show file tree
Hide file tree
Showing 16 changed files with 1,883 additions and 268 deletions.
6 changes: 4 additions & 2 deletions __tests__/determineHyPhyMethod.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const exampleBusted = require("./../data/json_files/busted/CD2.fna.BUSTED.json")
const exampleFade = require("./../data/json_files/fade/CD2_AA.fasta.FADE.json");
const exampleFel = require("./../data/json_files/fel/CD2.fna.FEL.json");
const exampleFubar = require("./../data/json_files/fubar/CD2.fna.FUBAR.json");
const exampleGard = require("./../data/json_files/gard/CD2.fasta.GARD.json");
const exampleGardOld = require("./../data/json_files/gard/CD2.fasta.GARD_old.json");
const exampleGardNew = require("./../data/json_files/gard/Flu.fna.GARD.json");
const exampleMeme = require("./../data/json_files/meme/CD2.fna.MEME.json");
const exampleRelax = require("./../data/json_files/relax/CD2.fna.RELAX.json");
const exampleSlac = require("./../data/json_files/slac/CD2.fna.SLAC.json");
Expand All @@ -19,7 +20,8 @@ describe("determineHyPhyMethod", () => {
expect(determineHyPhyMethod(exampleFade)).toBe("fade");
expect(determineHyPhyMethod(exampleFel)).toBe("fel");
expect(determineHyPhyMethod(exampleFubar)).toBe("fubar");
expect(determineHyPhyMethod(exampleGard)).toBe("gard");
expect(determineHyPhyMethod(exampleGardOld)).toBe("gard");
expect(determineHyPhyMethod(exampleGardNew)).toBe("gard");
expect(determineHyPhyMethod(exampleRelax)).toBe("relax");
expect(determineHyPhyMethod(exampleSlac)).toBe("slac");
expect(determineHyPhyMethod(exampleMeme)).toBe("meme");
Expand Down
File renamed without changes.
File renamed without changes.
299 changes: 299 additions & 0 deletions data/json_files/gard/Flu.fna.GARD.json

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit c132132

Please sign in to comment.