Skip to content

Commit aaf3abe

Browse files
committed
Merge branch 'release/v1.5.0'
2 parents 7173d2c + 65c48d2 commit aaf3abe

File tree

98 files changed

+289
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+289
-254
lines changed

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Documentation about OLOGRAM (OverLap Of Genomic Regions Analysis using Monte Car
101101

102102
**NB:** The readthedoc version won't be maintained and will be closed in the near future. This choice was motivated by the impossibility to maintain a dynamic documentation (using sphinx/sphinxcontrib-programoutput) given the computing time provided by readthedoc server.
103103

104+
Note that example dataset are available to test the various subcommands (see `documentation page <https://dputhier.github.io/pygtftk/information.html#get-example>`_).
105+
106+
gtftk get_example -h
107+
# E.g. to get all file from the 'simple' dataset
108+
gtftk get_example -d simple -f "*"
109+
104110

105111
System requirements
106112
--------------------
@@ -112,14 +118,13 @@ At the moment, the gtftk program has been tested on:
112118
- Linux (Ubuntu 12.04 and 18.04)
113119
- OSX (Yosemite, El Capitan, Mojave).
114120

115-
116121
Installation
117122
-------------
118123

119124
Installation through conda package building
120125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121126

122-
Installation through **conda** should be the **preferred install solution**. The pygtftk package and gtftk command line tool require external dependencies with some version constrains.
127+
Installation through **conda** should be the **preferred install solution**. The pygtftk package and gtftk command line tool require external dependencies (bedtools ">v2.23.1", graphviz, unzip) with some version constrains.
123128

124129
If conda is not available on your system, first install miniconda from the official `web site <http://conda.pydata.org/miniconda.html>`_ and make sure you have bioconda and conda-forge channels set up in the order below. ::
125130

@@ -140,7 +145,7 @@ This is not the preferred way for installation. Choose conda whenever possible.
140145

141146
git clone git@github.com:dputhier/pygtftk.git pygtftk
142147
cd pygtftk
143-
# Check your Python version (>=3.5,<3.7)
148+
# Check your Python version (>=3.8,<3.9)
144149
pip install -r requirements.txt
145150
python setup.py install
146151

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
# Changelog
33

44

5+
## v1.5.0
6+
7+
### Bug Fixes
8+
9+
*
10+
11+
### API/CLI Changes
12+
13+
14+
### Code changes
15+
16+
* OLOGRAM README has been updated (add bedtools, graphviz and unzip dependency).
17+
18+
* Replace operatorPrecedence with infixNotation when using pyparsing (see #166).
19+
20+
### New Features
21+
22+
23+
# Changelog
24+
25+
526
## v1.4.0
627

728
### Bug Fixes

docs/_images/example_01.png

-3.45 KB
Loading

docs/_images/example_01b.png

-4.6 KB
Loading

docs/_images/example_02.png

-4.33 KB
Loading

docs/_images/example_05.png

-14.8 KB
Loading

docs/_images/example_06.png

261 Bytes
Loading

docs/_images/example_06b.png

-10.7 KB
Loading

docs/_images/example_07.png

7.67 KB
Loading

docs/_images/example_08.png

-13.8 KB
Loading

0 commit comments

Comments
 (0)