dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

ologram_modl_treeify_1 test error: wrong output under OSX #127

Closed dputhier closed 4 years ago

dputhier commented 4 years ago

The expected result is "" but the output is:

╰─ gtftk ologram_modl_treeify -i multiple_overlap_trivial_ologram_stats.tsv -o tree_multi.pdf -l QueryLabel
 |-- 11:34-INFO : Checking configuration file.
00000
11001
11101
11111
dputhier commented 4 years ago

Note that all other tests are passing under OSX (but this failure impedes the ending of the testing process).

qferre commented 4 years ago

Should have been fixed in commit 0878f99. Does it work for you ?

dputhier commented 4 years ago

Yes @qferre. This seems ok now.