Skip to content

Commit

Permalink
Update version to 0.8.5p1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofonseca committed Apr 27, 2017
1 parent c34efa2 commit 64903ed
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion aux/R/irap_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# =========================================================
# TODO: create an object for the conf. information

irap_version<-"0.8.5d1"
irap_version<-"0.8.5p1"


IRAP.DIR <- Sys.getenv(c("IRAP_DIR"))
Expand Down
2 changes: 1 addition & 1 deletion scripts/irap
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ endif
#************************
#Version and license info
pname=IRAP
version=0.8.5d1
version=0.8.5p1
contact=Developed by Nuno Fonseca (authorname (at) acm.org)
license=This pipeline is distributed under the terms of the GNU General Public License 3

Expand Down
2 changes: 1 addition & 1 deletion scripts/irap_fastq_info
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endef
file_exists=$(if $(realpath $(1)),,$(call p_error,$(1) not found))


version=0.8.5d1
version=0.8.5p1

pname=irap_fastq_info

Expand Down
2 changes: 1 addition & 1 deletion scripts/irap_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install=all
IRAP_DIR1=
SRC_DIR=

IRAP_VERSION=0.8.5d1
IRAP_VERSION=0.8.5p1


#
Expand Down
2 changes: 1 addition & 1 deletion scripts/irap_single_lib2report
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cat $(2) | $(1) -stdin
endef

#Version and license info
version=0.8.5d1
version=0.8.5p1

#******************************
# command line parameters
Expand Down
2 changes: 1 addition & 1 deletion src/bamutils/bam_fix_NH.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define HASHSIZE 7000001
// Same version as IRAP

#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"

struct read {
uint8_t ctr; // how many times a read appears in one alignment
Expand Down
2 changes: 1 addition & 1 deletion src/bamutils/bam_fix_se_flag.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <string.h>
#include <assert.h>

#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"


#define BACKLINE "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b"
Expand Down
2 changes: 1 addition & 1 deletion src/bamutils/bam_pe_insert.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <sam.h>
#include <kstring.h>

#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"

#define MAX_INSERT_SIZE 1000
#define BIN_SIZE 10
Expand Down
2 changes: 1 addition & 1 deletion src/bamutils/bam_rm_NH.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <assert.h>

// Same version as IRAP
#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"


#define BACKLINE "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b"
Expand Down
2 changes: 1 addition & 1 deletion src/bamutils/bam_tophat2_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <sam.h>
#include <kstring.h>

#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"
#define MAX_INSERT_SIZE 1000
#define BIN_SIZE 10

Expand Down
2 changes: 1 addition & 1 deletion src/fastq_utils/fastq_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// 1MB
// disable this option if disk access is fast (local disk)
// enable it for network disks
#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"


#define SEQDISKACCESS 1
Expand Down
2 changes: 1 addition & 1 deletion src/fastq_utils/fastq_validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// 1MB
// disable this option if disk access is fast (local disk)
// enable it for network disks
#define VERSION "0.8.5d1"
#define VERSION "0.8.5p1"

#define SEQDISKACCESS 1

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5d1
0.8.5p1

0 comments on commit 64903ed

Please sign in to comment.