git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@86586 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -18,7 +18,8 @@ run = function (dataDir) |
18 | 18 |
|
19 | 19 |
save (matrices, tbl.md, file=serializedFile) |
20 | 20 |
printf("saved %d matrices to %s", length(matrices), serializedFile) |
21 |
- printf("next step: copy %s to <packageRoot>/MotifDb/inst/extdata, rebuild package", serializedFile) |
|
21 |
+ printf("next step: copy %s to <packageRoot>/MotifDb/inst/extdata, rebuild package", |
|
22 |
+ serializedFile) |
|
22 | 23 |
|
23 | 24 |
} # run |
24 | 25 |
#------------------------------------------------------------------------------------------------------------------------ |