Skip to content

Commit ed190c7

Browse files
authored
Merge pull request #18 from marbl/dev_alt
v0.8.0 release. Merge from dev_alt branch
2 parents e1ba752 + 4b12e48 commit ed190c7

33 files changed

+173954
-102377
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 MarBL
3+
Copyright (c) 2024 MarBL
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 163 additions & 125 deletions
Large diffs are not rendered by default.

config/config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"static": true,
3-
"alpha": 0.3,
42
"identity": 90,
53
"sparsity": 10,
64
"palette": "OrRd_7",
@@ -14,8 +12,8 @@
1412
99,
1513
100
1614
],
17-
"output_dir": "Chr1_cen_plots",
18-
"input": [
19-
"./test/Chr1_cen.fa"
15+
"output_dir": "chr1_cen_plots",
16+
"fasta": [
17+
"./sequences/chr1_cen.fa"
2018
]
2119
}

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
project = 'ModDotPlot'
1010
copyright = '2024, Alex Sweeten, Michael Schatz, Adam Phillippy'
1111
author = 'Alex Sweeten, Michael Schatz, Adam Phillippy'
12-
release = '0.7.2'
12+
release = '0.8.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616

17-
extensions = []
17+
extensions = ['sphinx_rtd_theme',]
1818

1919
templates_path = ['_templates']
2020
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
21-
21+
html_theme = "sphinx_rtd_theme"
2222

2323

2424
# -- Options for HTML output -------------------------------------------------

images/Chr1:14000000-18000000_TRI.png

-1.74 MB
Binary file not shown.

images/Chr1:14M-18M_FULL.png

358 KB
Loading

images/chr1_screenshot.png

493 KB
Loading

images/chrY_levels.png

-1.28 MB
Binary file not shown.

images/comparative.png

262 KB
Loading

images/demo.gif

984 KB
Loading

0 commit comments

Comments
 (0)