From ca5765cb09b6758993d8ef42ecf01fecbd60adf3 Mon Sep 17 00:00:00 2001 From: Mingfu Shao Date: Sat, 14 Mar 2020 15:21:08 +0000 Subject: [PATCH] prepare for new release --- configure.ac | 2 +- meta/meta_config.cc | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 95c8b86..1596035 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT(meta-scallop, 0.1.0, shaomingfu@gmail.com) +AC_INIT(meta-scallop, 0.1.1, shaomingfu@gmail.com) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR([meta/main.cc]) AC_CONFIG_HEADERS([config.h]) diff --git a/meta/meta_config.cc b/meta/meta_config.cc index fe4cafa..0ed8aac 100644 --- a/meta/meta_config.cc +++ b/meta/meta_config.cc @@ -26,7 +26,7 @@ int max_combined = 100; double merge_threshold = 0.5; int meta_verbose = 0; -string meta_version = "0.1.0"; +string meta_version = "0.1.1"; string input_bam_list = ""; string output_gtf_file = ""; @@ -107,20 +107,6 @@ int parse_meta_arguments(int argc, const char ** argv) int print_meta_logo() { return 0; - printf(" ___ ___ ___ ___ ___ \n"); - printf(" / /\\ / /\\ / /\\ / /\\ / /\\ \n"); - printf(" / /:/_ / /:/ / /::\\ / /::\\ / /::\\ \n"); - printf(" / /:/ /\\ / /:/ / /:/\\:\\ ___ ___ ___ ___ / /:/\\:\\ / /:/\\:\\ \n"); - printf(" / /:/ /::\\ / /:/ ___ / /:/~/::\\ /__/\\ / /\\ /__/\\ / /\\ / /:/ \\:\\ / /:/~/:/ \n"); - printf(" /__/:/ /:/\\:\\ /__/:/ / /\\ /__/:/ /:/\\:\\ \\ \\:\\ / /:/ \\ \\:\\ / /:/ /__/:/ \\__\\:\\ /__/:/ /:/ \n"); - printf(" \\ \\:\\/:/~/:/ \\ \\:\\ / /:/ \\ \\:\\/:/__\\/ \\ \\:\\ /:/ \\ \\:\\ /:/ \\ \\:\\ / /:/ \\ \\:\\/:/ \n"); - printf(" \\ \\::/ /:/ \\ \\:\\ /:/ \\ \\::/ \\ \\:\\/:/ \\ \\:\\/:/ \\ \\:\\ /:/ \\ \\::/ \n"); - printf(" \\__\\/ /:/ \\ \\:\\/:/ \\ \\:\\ \\ \\::/ \\ \\::/ \\ \\:\\/:/ \\ \\:\\ \n"); - printf(" /__/:/ \\ \\::/ \\ \\:\\ \\__\\/ \\__\\/ \\ \\::/ \\ \\:\\ \n"); - printf(" \\__\\/ \\__\\/ \\__\\/ \\__\\/ \\__\\/ \n"); - printf("\n"); - - return 0; } int print_meta_help()