Skip to content

Commit

Permalink
Added necessary changes to keep up with TBB
Browse files Browse the repository at this point in the history
  • Loading branch information
iminkin committed Sep 29, 2022
1 parent 602b82c commit 2a902ee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(SibeliaZ VERSION 1.2.4)
project(SibeliaZ VERSION 1.2.5)
set(CMAKE_POLICY_DEFAULT_CMP0048 NEW)

include(ExternalProject)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
SibeliaZ 1.2.5
==============
* Necessary updates to keep up with changes in TBB
* Updated the readme: added more detailed clarification for the
parameter -a (vertex frequency threshold)

SibeliaZ 1.2.4
==============
* Made GFF output compliant with the [GFF3 specification](https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/sibeliaz/README.html)

SibeliaZ 1.2.4
SibeliaZ 1.2.5
===============

Release date: 6th September 2021
Release date: 29th September 2022
================================

Authors
Expand Down
1 change: 0 additions & 1 deletion SibeliaZ-LCB/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
project(SibeliaZ-LCB CXX)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_BUILD_TYPE RELEASE)
set(CMAKE_PROJECT_NAME sibeliaz)

Expand Down
2 changes: 1 addition & 1 deletion SibeliaZ-LCB/blocksfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Sibelia
}

JunctionStorage * JunctionStorage::this_;
extern const std::string VERSION = "1.2.4";
extern const std::string VERSION = "1.2.5";

bool compareById(const BlockInstance & a, const BlockInstance & b)
{
Expand Down
2 changes: 1 addition & 1 deletion SibeliaZ-LCB/sibeliaz
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ global_alignment()
{
echo "Performing global alignment.."
echo "##maf version=1" > "$outfile"
echo "# sibeliaz v1.2.4 " >> "$outfile"
echo "# sibeliaz v1.2.5 " >> "$outfile"
echo "# cmd=$1" >> "$outfile"

memory_min=`free -k -w | head -2 | tail -1 | awk '{print $2}'`
Expand Down
2 changes: 1 addition & 1 deletion examples/sibeliaz_out/alignment.maf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##maf version=1
# sibeliaz v1.2.4
# sibeliaz v1.2.5
# cmd=genome1.fa genome2.fa

a
Expand Down

0 comments on commit 2a902ee

Please sign in to comment.