Skip to content

Commit

Permalink
deploy: c4cc8b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
0 parents commit ac94da5
Show file tree
Hide file tree
Showing 25 changed files with 7,325 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
568 changes: 568 additions & 0 deletions 02_Traits.html

Large diffs are not rendered by default.

568 changes: 568 additions & 0 deletions 03_gametes.html

Large diffs are not rendered by default.

653 changes: 653 additions & 0 deletions index.html

Large diffs are not rendered by default.

619 changes: 619 additions & 0 deletions individuals.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://cjgo.github.io/burbankai/sitemap.xml
42 changes: 42 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"objectID": "individuals.html",
"href": "individuals.html",
"title": "01_Individual",
"section": "",
"text": "source\n\nIndividual\n\n Individual (haplotypes:torch.Tensor, phenotype:torch.Tensor=None,\n genetic_values:torch.Tensor=None, sex:str=None, id:int=None,\n mother_id:int=None, father_id:int=None)\n\nRepresents an individual in a population.\n\nsource\n\n\nIndividual.allele_dosage\n\n Individual.allele_dosage ()\n\nCalculates the allele dosage from the haplotypes.",
"crumbs": [
"01_Individual"
]
},
{
"objectID": "index.html",
"href": "index.html",
"title": "burbankai",
"section": "",
"text": "GPU powered simulations.",
"crumbs": [
"burbankai"
]
},
{
"objectID": "index.html#install",
"href": "index.html#install",
"title": "burbankai",
"section": "Install",
"text": "Install\npip install burbankai",
"crumbs": [
"burbankai"
]
},
{
"objectID": "index.html#how-to-use",
"href": "index.html#how-to-use",
"title": "burbankai",
"section": "How to use",
"text": "How to use\nFill me in please! Don’t forget code examples:\n\n# Example usage\nploidy = 2\nn_chromosomes = 10\nn_loci_per_chr = 100\n\nrandom_haplotype = torch.randint(0, 2, (ploidy, n_chromosomes, n_loci_per_chr))\nind = Individual(haplotypes=random_haplotype)\nprint(ind)\nind.allele_dosage()",
"crumbs": [
"burbankai"
]
}
]
2,078 changes: 2,078 additions & 0 deletions site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
12 changes: 12 additions & 0 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions site_libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac94da5

Please sign in to comment.