Skip to content
Snippets Groups Projects
Commit 44a3c04b authored by Christian Arnold's avatar Christian Arnold
Browse files

Updated docs

parent 32db5568
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ Principally, there are two ways of installing *diffTF* and the proper tools: ...@@ -92,7 +92,7 @@ Principally, there are two ways of installing *diffTF* and the proper tools:
.. code-block:: Bash .. code-block:: Bash
snakemake --snakefile ../../src/Snakefile --cores 2 --configfile config.json \ snakemake --snakefile ../../../src/Snakefile --cores 2 --configfile config.json \
--use-singularity --singularity-args "--bind /your/diffTF/path" --use-singularity --singularity-args "--bind /your/diffTF/path"
Read in section :ref:`docs-singularityNotes` about the ``--bind`` option and what ``/your/diffTF/path`` means here , it is actually very easy! Read in section :ref:`docs-singularityNotes` about the ``--bind`` option and what ``/your/diffTF/path`` means here , it is actually very easy!
......
...@@ -55,9 +55,9 @@ author = 'Christian Arnold, Ivan Berest, Judith B. Zaugg' ...@@ -55,9 +55,9 @@ author = 'Christian Arnold, Ivan Berest, Judith B. Zaugg'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.8' version = '1.9'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.8' release = '1.9'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -63,6 +63,9 @@ Open Access. DOI: `https://doi.org/10.1016/j.celrep.2019.10.106 <https://doi.org ...@@ -63,6 +63,9 @@ Open Access. DOI: `https://doi.org/10.1016/j.celrep.2019.10.106 <https://doi.org
Change log Change log
============================ ============================
Version 1.9 (2024-02-02)
- changes to the rule *intersectPeaksAndTFBS* to make it more stable. THis rule sometimes fails due to reasons outside of the scope of diffTF related to a maximum character limit allowed for commands. The shell command has been modified to circumvent this from happening. If you received cryptic error for this rule such as ``/bin/bash: /usr/bin/bash: No such file or directory``, you may have been affected by this - this either happened when the path to the output folder was long or when a large number (usually > 1000) of TFs is used, as with newer HOCOMOCO versions.
Version 1.8 (2020-07-15) Version 1.8 (2020-07-15)
- more stringent criteria for when to include a TF in the binning step. Previously, one bin with data was enough to include the TF. We identified that in rare edge cases, this may not be enough to reliably estimate the TF activity, and now at least 2 distinct bins with enough data are required - more stringent criteria for when to include a TF in the binning step. Previously, one bin with data was enough to include the TF. We identified that in rare edge cases, this may not be enough to reliably estimate the TF activity, and now at least 2 distinct bins with enough data are required
- added a parameter *filterChr* to specify whether or not the sex chromosomes (or any other chromosomes) should be filtered from the peaks. Until now, chrX, chrY and chrM were filtered by default. If the parameter is not set explicitly, the previous behavior will be executed. - added a parameter *filterChr* to specify whether or not the sex chromosomes (or any other chromosomes) should be filtered from the peaks. Until now, chrX, chrY and chrM were filtered by default. If the parameter is not set explicitly, the previous behavior will be executed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment