Closed piiboo closed 6 years ago
You probably already have a canu installation in your path while your new install is not in the path. Provide the full path to your downloaded Canu location (e.g. /full/path/to/where/you/extracted/canu-1.8/*/bin/canu
).
Thank you skoren, I managed to find the canu 1.6 and uninstalled it, then I install canu 1.8 at the location I know. Then I run it again but still without success, is it related to the java version mentioned in previous issues? Here is the log when I run canu agian:
-- (tag)Concurrency -- (tag)Threads | -- (tag)Memory | -- (tag) | total usage algorithm |
---|
-- Starting command on Wed Nov 14 10:53:12 2018 with 61.963 GB free disk space
cd .
/home/geneious/canu-1.8/Linux-amd64/bin/sqStoreCreate \
-o ./lambdaDevono.seqStore.BUILDING \
-minlength 1000 \
./lambdaDevono.seqStore.ssi \
> ./lambdaDevono.seqStore.BUILDING.err 2>&1
-- Starting command on Wed Nov 14 10:53:36 2018 with 61.666 GB free disk space
cd correction/0-mercounts
./meryl-configure.sh \
> ./meryl-configure.err 2>&1
-- segments memory batches
-- Starting 'meryl' concurrent execution on Wed Nov 14 10:53:36 2018 with 61.666 GB free disk space (1 processes; 10 concurrently)
cd correction/0-mercounts
./meryl-count.sh 1 > ./meryl-count.000001.out 2>&1
-- Starting 'meryl' concurrent execution on Wed Nov 14 10:54:55 2018 with 61.154 GB free disk space (1 processes; 10 concurrently)
cd correction/0-mercounts
./meryl-process.sh 1 > ./meryl-process.000001.out 2>&1
-- Starting 'cormhap' concurrent execution on Wed Nov 14 10:55:15 2018 with 61.5 GB free disk space (8 processes; 4 concurrently)
cd correction/1-overlapper
./precompute.sh 1 > ./precompute.000001.out 2>&1
./precompute.sh 2 > ./precompute.000002.out 2>&1
./precompute.sh 3 > ./precompute.000003.out 2>&1
./precompute.sh 4 > ./precompute.000004.out 2>&1
./precompute.sh 5 > ./precompute.000005.out 2>&1
./precompute.sh 6 > ./precompute.000006.out 2>&1
./precompute.sh 7 > ./precompute.000007.out 2>&1
./precompute.sh 8 > ./precompute.000008.out 2>&1
-- Starting 'cormhap' concurrent execution on Wed Nov 14 10:55:15 2018 with 61.5 GB free disk space (8 processes; 4 concurrently)
cd correction/1-overlapper
./precompute.sh 1 > ./precompute.000001.out 2>&1
./precompute.sh 2 > ./precompute.000002.out 2>&1
./precompute.sh 3 > ./precompute.000003.out 2>&1
./precompute.sh 4 > ./precompute.000004.out 2>&1
./precompute.sh 5 > ./precompute.000005.out 2>&1
./precompute.sh 6 > ./precompute.000006.out 2>&1
./precompute.sh 7 > ./precompute.000007.out 2>&1
./precompute.sh 8 > ./precompute.000008.out 2>&1
ABORT: ABORT: Canu 1.8 ABORT: Don't panic, but a mostly harmless error occurred and Canu stopped. ABORT: Try restarting. If that doesn't work, ask for help. ABORT:
Sorry I didn't realize your suggestion. I provided full path to canu and now it works well. Thank you.
Hello, I managed to install Canu by following the instructions in release. I downloaded the binary 'canu-1.8.Linux-amd64.tar.xz', then installed with command 'tar -xJf canu-1.8.*.tar.xz'. In terminal it showed success. However when I check the version using canu -version, it shows canu 1.6. And it does not run correctly.
I am new to Linux, could anyone help me about this error? Thank you.