Skip to content

Commit

Permalink
rename tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jun 14, 2018
1 parent 0041ff4 commit 5a481c9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.sdsl
.htslib
bin/
src/idxgen
src/tracy
*~

# Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ HTSLIBSOURCES = $(wildcard src/htslib/*.c) $(wildcard src/htslib/*.h)
PBASE=$(shell pwd)

# Targets
BUILT_PROGRAMS = src/idxgen
TARGETS = .sdsl .htslib src/idxgen
BUILT_PROGRAMS = src/tracy
TARGETS = .sdsl .htslib ${BUILT_PROGRAMS}

all: $(TARGETS)

Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# idxgen
FM-Index Generation
Installing Tracy
----------------

`git clone --recursive https://github.com/gear-genomics/tracy.git`

`cd tracy/`

`make all`

`make install`

Running Tracy
-------------

`./bin/tracy -h`
2 changes: 1 addition & 1 deletion src/idxgen.cpp → src/tracy.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
============================================================================
idxgen: Index Generator using SDSL
Tracy: Trace File Handling
============================================================================
Copyright (C) 2017,2018 Tobias Rausch
Expand Down

0 comments on commit 5a481c9

Please sign in to comment.