Skip to content

Commit

Permalink
Merge pull request #122 from epifluidlab/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ravibandaru-lab authored Dec 16, 2024
2 parents 3e5ba4e + 7e0789b commit 701c142
Show file tree
Hide file tree
Showing 86 changed files with 2,718 additions and 1,863 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2024-12-10
## [0.9.0] - 2024-12-13

### Removed
- `strand_location` arg from `agg_bigwig`
Expand All @@ -18,18 +18,30 @@ and this project adheres to
- some code formatting
- fixed bug involving arg names in `filter-bam`
- add some missing args to CLI
- issues with running `cleavage-profile` (#115)
- issues with writing to bigwig with `wps`

### Changed
- change default of arg `both_strands` of `end_motifs` to True to match
behavior of original scripts
- rename `fraction_high` and `fraction_low` to `min_length` and `max_length`
for all features, deprecating old args as aliases if needed.
- numpy 2 compatible
- fragmentomics functions assume Tabix indexed files all follow the
FinaleDB Frag.gz file format. That is, columns are `chrom`, `start`, `stop`,
`score`, and `strand`. If more columns are detect, a warning is issued, and
FinaleToolkit will attempt to parse the file as a BED6 format.
- renamed `genome_file` to `chrom_sizes` for most functions.
- `multi_wps` and `multi_cleavage_profile` no longer return a value due to memory issues when attempting to calculate these genomewide. Instead, users should refer to the file specified with `output_file`.

### Added
- internal `utils._typing` and `utils._deprecation` modules
- test for `delfi`

### Deprecated
- `delfi-gc-correct` command. GC-correction is performed automatically by `delfi`
already.

## [0.8.0] - 2024-12-04

### Removed
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/api_reference/delfi.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/api_reference/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/api_reference/wps.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/cli_reference/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/features.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/help.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/inputdata.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/quickstart.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/structure.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/documentation/user_guide/what.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 670efaa449e3fccfe64f8fb2cf4a7d46
config: 7b9a79626a3bd201c50461a4a33a6bd0
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ If you want to load a *specific* function, you can do so by using the following:
Assuming we wanted to load the DELFI function::

>>> from finaletoolkit.frag import delfi

For more detailed tutorials, please check out our [wiki](https://github.com/epifluidlab/FinaleToolkit/wiki).
1 change: 1 addition & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FinaleToolkit (FragmentatIoN AnaLysis of cEll-free DNA Toolkit) is a package and
- **Website:** https://epifluidlab.github.io/finaletoolkit-docs/
- **PyPI:** https://pypi.org/project/finaletoolkit/
- **Documentation:** https://epifluidlab.github.io/finaletoolkit-docs/documentation
- **Wiki:** https://github.com/epifluidlab/FinaleToolkit/wiki
- **Source code:** https://github.com/epifluidlab/finaletoolkit
- **Changelog:** https://github.com/epifluidlab/FinaleToolkit/blob/main/CHANGELOG.md
- **Bug reports:** https://github.com/epifluidlab/finaletoolkit/issues
Expand Down
24 changes: 1 addition & 23 deletions docs/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,10 +237,6 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -674,16 +670,6 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -752,14 +738,6 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
3 changes: 2 additions & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const DOCUMENTATION_OPTIONS = {
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, if available */
/* Non-minified version is copied as a separate JS file, is available */

/**
* Porter Stemmer
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/scripts/bootstrap.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/_build/html/_static/scripts/fontawesome.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_build/html/_static/scripts/fontawesome.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/html/_static/scripts/fontawesome.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_build/html/_static/scripts/pydata-sphinx-theme.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 701c142

Please sign in to comment.