Skip to content

Commit c18b69a

Browse files
committed
Merge branch 'master' of https://github.com/PoonLab/covizu
2 parents 5a3c39d + 187cd92 commit c18b69a

19 files changed

Lines changed: 560358 additions & 46 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ debug/*
88
build/*
99
dist/*
1010
venv/*
11-
11+
cypress/fixtures/
12+
cypress/plugins/

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Most web development is tested in Google Chrome.
5757

5858
* Front-end testing is carried out using [Cypress](https://www.cypress.io/).
5959
* For the purposes of this project, Cypress needs to be installed via direct download. An installation guide can be found [here](https://docs.cypress.io/guides/getting-started/installing-cypress#Direct-download).
60-
* The `baseUrl` is currently set as `filogeneti.ca/covizu/`. Changes to it can be made in `Cypress.json`.
60+
* The `baseUrl` is currently set as `"http://127.0.0.1:8001/`. Changes to it can be made in `Cypress.json`.

batch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def parse_args():
6363
parser.add_argument('--ft2bin', default='fasttree2',
6464
help='option, path to fasttree2 binary executable')
6565

66+
parser.add_argument('--lineages', type=str,
67+
default=os.path.join(covizu.__path__[0], "data/lineages.csv"),
68+
help="optional, path to CSV file containing Pango lineage designations.")
6669
parser.add_argument('--ttbin', default='treetime',
6770
help='option, path to treetime binary executable')
6871
parser.add_argument('--clock', type=float, default=8e-4,

covizu/data/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* `problematic_sites_sarsCov2.vcf` obtained from https://github.com/W-L/ProblematicSites_SARS-CoV2 (no license)
2+
- this is a listing of polymorphisms in the SARS-CoV-2 genome known to be associated with systematic experimental error (e.g., sequencing biases).
3+
* `lineages.csv` obtained from https://github.com/cov-lineages/pango-designation (released under Creative Commons CC-BY-NC 4.0)
4+
- this is a listing of SARS-CoV-2 genome sequences associated with the designation of a new Pango lineage by Áine O'Toole, Angie Hinrichs, Rachel Colquhoun, and others.
5+

0 commit comments

Comments
 (0)