Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:73 [DokuWiki]

User Tools

Site Tools


cluster:73

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cluster:73 [2021/07/13 15:55]
hmeij07 [Miniconda3]
cluster:73 [2021/07/15 13:48]
hmeij07 [Sequencing Tools #3]
Line 44: Line 44:
 which conda python pip mpirun gcc cmake which conda python pip mpirun gcc cmake
 python --version python --version
 +
 +</code>
 +
 +** Guppy Server **
 +
 +  * https://github.com/nanoporetech/megalodon, find community page
 +  * standalone build
 +  * Local accelerated basecalling for Nanopore data
 +  * v5.0.11
 +
 +<code>
 +
 +export PATH=/share/apps/CENTOS7/guppy/5.0.11/ont-guppy-cpu/bin:$PATH
 +export LD_LIBRARY_PATH=/share/apps/CENTOS7/guppy/5.0.11/ont-guppy-cpu/lib:$LD_LIBRARY_PATH
 +ldd `which guppy_basecall_server`
 +
 +# cpu; note as user start server on scratch server greentail52
 +guppy_basecall_server --config dna_r9.4.1_450bps_fast.cfg -p 5555 -l /tmp/guppy &
 +
 +# check if running, use ''kill'' command to terminate
 +lsof -i:5555
 +COMMAND     PID      USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
 +guppy_bas 80002 bchernoff   12u  IPv4 959121280      0t0  TCP *:personal-agent (LISTEN)
 +
 +# nodes can reach this server at this IP or start their own on localhost:port
 +192.168.102.251 greentail52-eth0
 +10.10.102.251   greentail52-eth1 (preferred)
  
 </code> </code>
cluster/73.txt ยท Last modified: 2024/05/15 08:58 by hmeij07