Skip to content

Commit 747cf5d

Browse files
committed
Merge branch 'feature-examples' into feature-genomes
2 parents 201ebab + 71169f2 commit 747cf5d

File tree

111 files changed

+104
-564760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+104
-564760
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Just add something like this to your `/etc/nixos/configuration.nix`:
2525
user = "jefdaj";
2626
scratchDir = "/tmp/shortcut-demo";
2727
logPath = "/tmp/shortcut-demo.log";
28-
examplesDir = "/mnt/data/examples";
28+
examplesDir = "/mnt/data/shortcut/examples";
2929
commentsDir = "/mnt/data/comments";
3030
uploadsDir = "/mnt/data/uploads";
3131
port = 45772;
@@ -49,7 +49,7 @@ Then run the server the [Nix][2] way:
4949
nix-shell requirements.nix --command \
5050
./shortcut-demo.py \
5151
-l /tmp/shortcut-demo.log \
52-
-e examples \
52+
-e shortcut/examples \
5353
-c comments \
5454
-t /tmp/shortcut-demo \
5555
-p 5000 \
@@ -68,7 +68,7 @@ source .venv/bin/activate
6868
pip install -r requirements.txt
6969
./shortcut-demo.py \
7070
-l /tmp/shortcut-demo.log \
71-
-e examples \
71+
-e shortcut/examples \
7272
-c comments \
7373
-t /tmp/shortcut-demo \
7474
-p 5000 \

examples/100-pcc7942-genes.txt

-100
This file was deleted.

examples/6803genes.faa

-19,525
This file was deleted.

examples/6803genes.fna

-7,128
This file was deleted.

examples/6803genes10.faa

-75
This file was deleted.

0 commit comments

Comments
 (0)