diff --git a/MANIFEST.in b/MANIFEST.in index 555426d..7baa7c2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,3 +5,4 @@ include ./docs/build/* include ./CONTRIBUTING* include ./CODE_OF_CONDUCT* include ./requirements.txt +include ./version diff --git a/codemeta.json b/codemeta.json index ef80a6d..f693555 100644 --- a/codemeta.json +++ b/codemeta.json @@ -37,8 +37,8 @@ "description": "BAMnostic is a Pure Python OS, version, and runtime agnostic BAM file parser", "keywords": "BAM, pysam, genomics, genetics, htslib, samtools", "license": "https://github.com/betteridiot/bamnostic/blob/master/LICENSE", - "softwareVersion": "v1.0.8, - "version": "v1.0.8", + "softwareVersion": "v1.0.10, + "version": "v1.0.10", "readme": "https://github.com/betteridiot/bamnostic/blob/master/README.md", "buildInstructions": "https://github.com/betteridiot/bamnostic/blob/master/README.md", "issueTracker": "https://github.com/betteridiot/bamnostic/issues", diff --git a/docs/build/doctrees/bamnostic.doctree b/docs/build/doctrees/bamnostic.doctree index a562bb0..d51a43e 100644 Binary files a/docs/build/doctrees/bamnostic.doctree and b/docs/build/doctrees/bamnostic.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 6b95f05..b8d6e95 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index 742c143..1415b58 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/install.doctree b/docs/build/doctrees/install.doctree index 967310e..33793d3 100644 Binary files a/docs/build/doctrees/install.doctree and b/docs/build/doctrees/install.doctree differ diff --git a/docs/build/doctrees/quickstart.doctree b/docs/build/doctrees/quickstart.doctree index 3346402..a1a74da 100644 Binary files a/docs/build/doctrees/quickstart.doctree and b/docs/build/doctrees/quickstart.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index a51dd23..659a44d 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: da346d61a57fbe238b77db2d99796729 +config: 7fa24b6203ce799d5a84455c9dbe3c8e tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_modules/bamnostic/bai.html b/docs/build/html/_modules/bamnostic/bai.html index 145cea6..7cf8bcd 100644 --- a/docs/build/html/_modules/bamnostic/bai.html +++ b/docs/build/html/_modules/bamnostic/bai.html @@ -8,7 +8,7 @@ - bamnostic.bai — bamnostic 1.0.9 documentation + bamnostic.bai — bamnostic 1.0.10 documentation @@ -59,7 +59,7 @@
- 1.0.9 + 1.0.10
diff --git a/docs/build/html/_modules/bamnostic/bgzf.html b/docs/build/html/_modules/bamnostic/bgzf.html index c6eeba7..05e7177 100644 --- a/docs/build/html/_modules/bamnostic/bgzf.html +++ b/docs/build/html/_modules/bamnostic/bgzf.html @@ -8,7 +8,7 @@ - bamnostic.bgzf — bamnostic 1.0.9 documentation + bamnostic.bgzf — bamnostic 1.0.10 documentation @@ -59,7 +59,7 @@
- 1.0.9 + 1.0.10
diff --git a/docs/build/html/_modules/bamnostic/core.html b/docs/build/html/_modules/bamnostic/core.html index 7bec949..2685ea1 100644 --- a/docs/build/html/_modules/bamnostic/core.html +++ b/docs/build/html/_modules/bamnostic/core.html @@ -8,7 +8,7 @@ - bamnostic.core — bamnostic 1.0.9 documentation + bamnostic.core — bamnostic 1.0.10 documentation @@ -59,7 +59,7 @@
- 1.0.9 + 1.0.10
diff --git a/docs/build/html/_modules/bamnostic/utils.html b/docs/build/html/_modules/bamnostic/utils.html index 4cfcbfc..6891686 100644 --- a/docs/build/html/_modules/bamnostic/utils.html +++ b/docs/build/html/_modules/bamnostic/utils.html @@ -8,7 +8,7 @@ - bamnostic.utils — bamnostic 1.0.9 documentation + bamnostic.utils — bamnostic 1.0.10 documentation @@ -59,7 +59,7 @@
- 1.0.9 + 1.0.10
diff --git a/docs/build/html/_modules/index.html b/docs/build/html/_modules/index.html index 57be0c7..c8d7fb8 100644 --- a/docs/build/html/_modules/index.html +++ b/docs/build/html/_modules/index.html @@ -8,7 +8,7 @@ - Overview: module code — bamnostic 1.0.9 documentation + Overview: module code — bamnostic 1.0.10 documentation @@ -59,7 +59,7 @@
- 1.0.9 + 1.0.10
diff --git a/docs/build/html/_static/basic.css b/docs/build/html/_static/basic.css index 0807176..53acd09 100644 --- a/docs/build/html/_static/basic.css +++ b/docs/build/html/_static/basic.css @@ -231,6 +231,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -391,6 +401,16 @@ table.citation td { border-bottom: none; } +th > p:first-child, +td > p:first-child { + margin-top: 0px; +} + +th > p:last-child, +td > p:last-child { + margin-bottom: 0px; +} + /* -- figures --------------------------------------------------------------- */ div.figure { @@ -460,11 +480,57 @@ ol.upperroman { list-style: upper-roman; } +li > p:first-child { + margin-top: 0px; +} + +li > p:last-child { + margin-bottom: 0px; +} + +dl.footnote > dt, +dl.citation > dt { + float: left; +} + +dl.footnote > dd, +dl.citation > dd { + margin-bottom: 0em; +} + +dl.footnote > dd:after, +dl.citation > dd:after { + content: ""; + clear: both; +} + +dl.field-list { + display: flex; + flex-wrap: wrap; +} + +dl.field-list > dt { + flex-basis: 20%; + font-weight: bold; + word-break: break-word; +} + +dl.field-list > dt:after { + content: ":"; +} + +dl.field-list > dd { + flex-basis: 70%; + padding-left: 1em; + margin-left: 0em; + margin-bottom: 0em; +} + dl { margin-bottom: 15px; } -dd p { +dd > p:first-child { margin-top: 0px; } @@ -537,6 +603,12 @@ dl.glossary dt { font-style: oblique; } +.classifier:before { + font-style: normal; + margin: 0.5em; + content: ":"; +} + abbr, acronym { border-bottom: dotted 1px; cursor: help; diff --git a/docs/build/html/_static/doctools.js b/docs/build/html/_static/doctools.js index 344db17..b33f87f 100644 --- a/docs/build/html/_static/doctools.js +++ b/docs/build/html/_static/doctools.js @@ -87,14 +87,13 @@ jQuery.fn.highlightText = function(text, className) { node.nextSibling)); node.nodeValue = val.substr(0, pos); if (isInSVG) { - var bbox = span.getBBox(); var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - rect.x.baseVal.value = bbox.x; + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; rect.y.baseVal.value = bbox.y; rect.width.baseVal.value = bbox.width; rect.height.baseVal.value = bbox.height; rect.setAttribute('class', className); - var parentOfText = node.parentNode.parentNode; addItems.push({ "parent": node.parentNode, "target": rect}); diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index f647e29..a07c9f2 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,10 +1,10 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.0.9', + VERSION: '1.0.10', LANGUAGE: 'en', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt', - NAVIGATION_WITH_KEYS: false, + NAVIGATION_WITH_KEYS: false }; \ No newline at end of file diff --git a/docs/build/html/_static/searchtools.js b/docs/build/html/_static/searchtools.js index 5ff3180..4c58264 100644 --- a/docs/build/html/_static/searchtools.js +++ b/docs/build/html/_static/searchtools.js @@ -36,8 +36,10 @@ if (!Scorer) { // query found in title title: 15, + partialTitle: 7, // query found in terms - term: 5 + term: 5, + partialTerm: 2 }; } @@ -56,6 +58,14 @@ var Search = { _queued_query : null, _pulse_status : -1, + htmlToText : function(htmlString) { + var htmlElement = document.createElement('span'); + htmlElement.innerHTML = htmlString; + $(htmlElement).find('.headerlink').remove(); + docContent = $(htmlElement).find('[role=main]')[0]; + return docContent.textContent || docContent.innerText; + }, + init : function() { var params = $.getQueryParameters(); if (params.q) { @@ -65,16 +75,6 @@ var Search = { } }, - loadIndex : function(url) { - $.ajax({type: "GET", url: url, data: null, - dataType: "script", cache: true, - complete: function(jqxhr, textstatus) { - if (textstatus != "success") { - document.getElementById("searchindexloader").src = url; - } - }}); - }, - setIndex : function(index) { var q; this._index = index; @@ -120,7 +120,7 @@ var Search = { this.out = $('#search-results'); this.title = $('

' + _('Searching') + '

').appendTo(this.out); this.dots = $('').appendTo(this.title); - this.status = $('

').appendTo(this.out); + this.status = $('

 

').appendTo(this.out); this.output = $('