Commit 3e3ef59e authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

run in current shell as script

parent 8d7953d4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,16 +29,16 @@ reference-clean:

# Copy to manuals (requires root priviledges
manual:
	@bash man/INSTALL
	@./man/INSTALL

manual-clean:
	@bash man/REMOVE
	@./man/REMOVE

install:
	@bash inst/INSTALL prefix=$(prefix)
	@./inst/INSTALL prefix=$(prefix)

remove:
	@bash inst/REMOVE
	@./inst/REMOVE

uninstall: remove clean

+6 −0
Original line number Diff line number Diff line
@@ -135,6 +135,12 @@ make install prefix=$HOME/local

-> migrate to Makefile?

#### Custom shell

```
zsh inst/INSTALL --prefix $HOME/local
```

### System Requirements

...Unix systems with cellranger installed.
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ if [[ -w ${INSTALLDIR} ]]
    echo "universc-${version} has been installed it can be run as follows"
    echo "    launch_universc.sh"
    launch_universc.sh --version
    launch_universc.sh --help
    #launch_universc.sh --help
    which launch_universc.sh
else
    echo "Directory ${INSTALLDIR} not writeable"
@@ -73,4 +73,4 @@ else
    echo "      sudo make install"
fi

source ~/.${SHELL}rc
echo source ~/.${SHELL}rc