Skip to content

Commit 89106ad

Browse files
committed
my mac crashed. this is the time machine backup commited on linux for first time.
1 parent e1ecf8f commit 89106ad

File tree

7 files changed

+116
-1410
lines changed

7 files changed

+116
-1410
lines changed

bin/aminosee.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env node
22
//"use strict"
3-
process.title = "aminosee.funk.nz (starting)"
4-
require("../src/aminosee-cli.js")()
3+
process.title = "aminosee.funk.nz (starting.js)"
4+
// require("../src/aminosee-cli.js")()

dna/batch-peptides.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ if [ -z "$1" ]; then
154154
else
155155
# series_peptides $* --reg --index --maxpix 1000000 --no-updates -q &
156156
echo series $*
157-
series_peptides -q $*
157+
series_peptides $*
158158
fi

dna/batch-sizes.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ many_size_hilbert() {
2525
aminosee_do --reg --maxpix 4194304 $*
2626
# aminosee_do --reg --maxpix 16777216 $*
2727

28-
# sleep 2
29-
# aminosee_do --ratio sqr -m4 $*
30-
# aminosee_do --ratio sqr -m5 $*
31-
# aminosee_do --ratio sqr -m6 $*
32-
# aminosee_do --ratio sqr -m7 $*
33-
# aminosee_do --ratio sqr -m8 $*
28+
sleep 2
29+
aminosee_do --ratio sqr -m4 $*
30+
aminosee_do --ratio sqr -m5 $*
31+
aminosee_do --ratio sqr -m6 $*
32+
aminosee_do --ratio sqr -m7 $*
33+
aminosee_do --ratio sqr -m8 $*
3434

3535
# sleep 10
3636
# aminosee_do --ratio sqr -m9 $*

0 commit comments

Comments
 (0)