Skip to content

Commit

Permalink
improve ressources optimization, docs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylebechec committed Jan 21, 2025
1 parent e8ef532 commit a1dfc1c
Show file tree
Hide file tree
Showing 17 changed files with 39,762 additions and 39,624 deletions.
Binary file modified README.pdf
Binary file not shown.
Binary file modified RELEASE_NOTES.pdf
Binary file not shown.
Binary file modified docs/docs.pdf
Binary file not shown.
Binary file modified docs/help.configuration.calculation.pdf
Binary file not shown.
Binary file modified docs/help.configuration.pdf
Binary file not shown.
Binary file modified docs/help.configuration.prioritization.pdf
Binary file not shown.
Binary file modified docs/help.parameters.databases.pdf
Binary file not shown.
Binary file modified docs/help.parameters.pdf
Binary file not shown.
Binary file modified docs/help.pdf
Binary file not shown.
78,815 changes: 39,485 additions & 39,330 deletions docs/pdoc/howard/objects/variants.html

Large diffs are not rendered by default.

240 changes: 88 additions & 152 deletions docs/pdoc/howard/tools/sort.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pdoc/search.js

Large diffs are not rendered by default.

Binary file modified docs/tips.pdf
Binary file not shown.
Binary file modified docs/user_guide.pdf
Binary file not shown.
317 changes: 180 additions & 137 deletions howard/objects/variants.py

Large diffs are not rendered by default.

Binary file modified plugins/README.pdf
Binary file not shown.
12 changes: 8 additions & 4 deletions tests/test_variants_transcripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,8 @@ def test_transcripts_create_view_export(output):
"transcripts_column": "PZTTranscript",
# "transcripts_order": ["column", "file"],
},
["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
# ["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
["NR_047519", "NR_036051", "NR_047551", "NM_001005484"],
),
(
{
Expand All @@ -1924,7 +1925,8 @@ def test_transcripts_create_view_export(output):
"transcripts_column": "PZTTranscript",
# "transcripts_order": ["column", "file"],
},
["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
# ["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
["NR_047519", "NR_036051", "NR_047551", "NM_001005484"],
),
(
{
Expand All @@ -1934,7 +1936,8 @@ def test_transcripts_create_view_export(output):
"transcripts_column": "PZTTranscript",
"transcripts_order": ["column", "file"],
},
["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
# ["NR_047526", "NR_036051", "NR_047551", "NM_001005484"],
["NR_047519", "NR_036051", "NR_047551", "NM_001005484"],
),
(
{
Expand All @@ -1944,7 +1947,8 @@ def test_transcripts_create_view_export(output):
"transcripts_column": "PZTTranscript",
"transcripts_order": ["file", "column"],
},
["NR_047526", "NR_036266", "NM_001346897", "NM_001005484", "NR_024540"],
# ["NR_047526", "NR_036266", "NM_001346897", "NM_001005484", "NR_024540"],
["NR_047519", "NR_036266", "NM_001346897", "NM_001005484", "NR_024540"],
),
],
)
Expand Down

0 comments on commit a1dfc1c

Please sign in to comment.