Skip to content

Commit

Permalink
trivial updates on texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihao Ding committed Dec 9, 2014
1 parent bdb9370 commit b3bd431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ export CC=/path/to/gcc/gcc-4.8.1/bin/gcc
One easy way to install a new GCC is to use homebrew,

```
# install homebrew if you don't have it
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install GCC
brew install gcc
```


###Compile
Go to the src directory and run autogen.sh from the src directory to generate the configure file
`./autogen.sh`
Expand Down Expand Up @@ -125,7 +129,9 @@ To just print out the header, use '-h' option. i.e.

`telseq -h`


###Contact
=============================
zhihao.ding at imm.ox.ac.uk



Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define PACKAGE "telseq"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "zd1@sanger.ac.uk"
#define PACKAGE_BUGREPORT "zhihao.ding@imm.ox.ac.uk"

/* Define to the full name of this package. */
#define PACKAGE_NAME "TelSeq"
Expand Down

0 comments on commit b3bd431

Please sign in to comment.