computers:bioinfo_server_configuration
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:bioinfo_server_configuration [2023/11/09 12:31] – [Unicycler] chkuo | computers:bioinfo_server_configuration [2024/07/31 11:13] (current) – [parallel] hychang | ||
---|---|---|---|
Line 103: | Line 103: | ||
chkuo@koa[~]$ sudo pip3 install seqmagick | chkuo@koa[~]$ sudo pip3 install seqmagick | ||
Successfully installed seqmagick-0.7.0 | Successfully installed seqmagick-0.7.0 | ||
+ | |||
+ | # install panda package on 2024/07/29 | ||
+ | hychang@koa[~]$ sudo pip3 install pandas | ||
+ | Successfully installed pandas-1.3.5 pytz-2024.1 | ||
+ | hychang@koa[~]$ sudo pip3 -V | ||
+ | pip 22.2.2 from / | ||
+ | |||
</ | </ | ||
Line 482: | Line 489: | ||
chkuo@koa[/ | chkuo@koa[/ | ||
# install mrbayes | # install mrbayes | ||
- | chkuo@koa[/ | + | # 2024/ |
- | chkuo@koa[/ | + | # 3.2.6 -> 3.2.7 |
- | chkuo@koa[/ | + | chkuo@koa[/ |
- | chkuo@koa[/ | + | chkuo@koa[/ |
- | chkuo@koa[/ | + | chkuo@koa[/ |
- | chkuo@koa[/ | + | chkuo@koa[/ |
- | chkuo@koa[/ | + | chkuo@koa[/ |
- | chkuo@koa[/ | + | chkuo@koa[/ |
+ | chkuo@koa[/ | ||
+ | chkuo@koa[/ | ||
+ | Version: | ||
</ | </ | ||
Line 956: | Line 966: | ||
<code bash> | <code bash> | ||
- | # 2023/ | + | # 2023/09/07; v0.4.9b -> v0.5.0; chkuo |
- | # 2020/ | + | # 2020/04/29; v0.4.8b -> v0.4.9b; chkuo |
chkuo@koa[/ | chkuo@koa[/ | ||
chkuo@koa[/ | chkuo@koa[/ | ||
Line 1401: | Line 1411: | ||
<code bash> | <code bash> | ||
- | # 2023/10/02 | + | # 2024/02/07 |
+ | # fast | ||
chkuo@koa[/ | chkuo@koa[/ | ||
chkuo@koa[/ | chkuo@koa[/ | ||
- | + | chkuo@koa[/ | |
+ | # slow | ||
chkuo@koa[/ | chkuo@koa[/ | ||
chkuo@koa[/ | chkuo@koa[/ | ||
+ | chkuo@koa[/ | ||
+ | chkuo@koa[/ | ||
+ | / | ||
+ | chkuo@koa[/ | ||
+ | SignalP 6.0 Signal peptide prediction tool 6.0h | ||
</ | </ | ||
Line 1495: | Line 1510: | ||
<code bash> | <code bash> | ||
- | chkuo@koa[/ | + | # 2024/ |
- | chkuo@koa[/ | + | # note: v1.34 has some error message; use v1.33 for now |
- | Archive: | + | chkuo@koa[/ |
- | inflating: fastANI | + | chkuo@koa[/ |
- | | + | Archive: |
- | inflating: __MACOSX/ | + | inflating: fastANI |
- | chkuo@koa[/ | + | chkuo@koa[/ |
</ | </ | ||
+ | |||
+ | ===== parallel ===== | ||
+ | * GNU parallel is a shell tool for executing jobs in parallel using one or more computers. | ||
+ | * http:// | ||
+ | |||
+ | <code bash> | ||
+ | # 2024/07/29 | ||
+ | hychang@koa[~]$ sudo apt install parallel | ||
+ | hychang@koa[~]$ parallel --version | ||
+ | GNU parallel 20161222 | ||
+ | Copyright (C) 2007, | ||
+ | Ole Tange and Free Software Foundation, Inc. | ||
+ | License GPLv3+: GNU GPL version 3 or later < | ||
+ | This is free software: you are free to change and redistribute it. | ||
+ | GNU parallel comes with no warranty. | ||
+ | |||
+ | Web site: http:// | ||
+ | |||
+ | When using programs that use GNU Parallel to process data for publication | ||
+ | please cite as described in ' | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ===== HH-suite ===== | ||
+ | * The HH-suite is an open-source software package for sensitive protein sequence searching based on the pairwise alignment of hidden Markov models (HMMs). | ||
+ | * https:// | ||
+ | |||
+ | <code bash> | ||
+ | # 2024/07/29 | ||
+ | # note: | ||
+ | hychang@koa[~]$ sudo apt install hhsuite | ||
+ | hychang@koa[~]$ hhsearch | ||
+ | |||
+ | HHsearch 3.0.0 (15-03-2015) | ||
+ | Search a database of HMMs with a query alignment or query HMM | ||
+ | (C) Johannes Soeding, Michael Remmert, Andreas Biegert, Andreas Hauser | ||
+ | Soding, J. Protein homology detection by HMM-HMM comparison. Bioinformatics 21:951-960 (2005). | ||
+ | |||
+ | Usage: hhsearch -i query -d database [options] | ||
+ | ... | ||
+ | |||
+ | </ |
computers/bioinfo_server_configuration.1699504293.txt.gz · Last modified: 2023/11/09 12:31 by chkuo