Commit 0e6ea119 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

install to directory with prefix

parent 9acc721b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ manual-clean:
	bash man/REMOVE

install:
	@if [[ -z $(prefix) ]]; then echo "TRUE"; fi
	@echo "installing to: $(prefix)"
	bash inst/INSTALL

remove:
+13 −0
Original line number Diff line number Diff line
@@ -120,6 +120,19 @@ This script will run in bash on any OS (but it has only been tested on Linux Deb
with this configuration requires a lot of memory (40Gb) so running on server is recommended.
SGE job modes are supported to run cellranger with multiple threads.

```
make
```


```
sudo make install manual
```

```
make install prefix=$HOME/local
```

-> migrate to Makefile?

### System Requirements