1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author: Steffen Moeller
Last-Update: 2020-09-20 20:21:32 +0200
Description: The PDF documentation had to be excluded as binary without source
This patch links to the online version
Forwarded: not-needed
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
See [Releases](https://github.com/broadinstitute/Drop-seq/releases) to download binaries.
-See [Drop-seq alignment cookbook](doc/Drop-seq_Alignment_Cookbook.pdf) for detailed usage of these tools.
+See [Drop-seq alignment cookbook](https://github.com/broadinstitute/Drop-seq/blob/master/doc/Drop-seq_Alignment_Cookbook.pdf) for detailed usage of these tools.
See [Census-seq computational protocols](doc/Census-seq_Computational_Protcools.pdf) for detailed usage of Census-Seq tools.
@@ -38,8 +38,6 @@
```
Note that the name of the zipfile will be based on the tagged version and state of your git sandbox.
-The files will be deployed into a subdirectory of `<install-location>` above, with name based on the name of the zipfile.
-
## Building Drop-seq R libraries
You are encouraged to use the pre-built binaries in [Releases](https://github.com/broadinstitute/Drop-seq/releases), but
|