Skip to content

Commit

Permalink
version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyzimin committed Oct 28, 2024
1 parent 734347f commit 03527d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added MaSuRCA-4.1.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MaSurCA version
NAME=MaSuRCA
VERSION = 4.1.1
VERSION = 4.1.2
NCPU = $(shell grep -c '^processor' /proc/cpuinfo 2>/dev/null || sysctl hw.ncpu 2>/dev/null || echo 1)

# Component versions
Expand Down
2 changes: 1 addition & 1 deletion PacBio
1 change: 1 addition & 0 deletions install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export PKG_CONFIG_PATH=$LIBDIR/pkgconfig:$PKG_CONFIG_PATH
(cd global-1 && ./configure --prefix=$DEST --bindir=$BINDIR --libdir=$LIBDIR && make -j $NUM_THREADS install-special)
echo "creating example config file masurca_config_example.txt"
$BINDIR/masurca -g masurca_config_example.txt

0 comments on commit 03527d3

Please sign in to comment.