Bagel4: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Bagel 4 == Bagel 4 has been made available via /opt/netapps/. To set up your environment run the following script or add it to your '''~/.bashrc''' file to do it automatic...") |
|||
Line 1: | Line 1: | ||
== Bagel 4 == | == Bagel 4 == | ||
<br> | |||
Bagel 4 has been made available via /opt/netapps/. To set up your environment run the following script or add it to your '''~/.bashrc''' file to do it automatically when you open a terminal: | Bagel 4 has been made available via /opt/netapps/. To set up your environment run the following script or add it to your '''~/.bashrc''' file to do it automatically when you open a terminal: | ||
source /opt/netapps/bagel/bagel-setup.sh | source /opt/netapps/bagel/bagel-setup.sh | ||
Run the following command to test if it is working: | Run the following command to test if it is working: | ||
mkdir -p ~/bagel/tmp/examplesession/ && bagel4_wrapper.pl -s ~/bagel/tmp/examplesession/ -query /opt/netapps/bagel/bagel4_2022/example/ -r '*.fna' | mkdir -p ~/bagel/tmp/examplesession/ && bagel4_wrapper.pl -s ~/bagel/tmp/examplesession/ -query /opt/netapps/bagel/bagel4_2022/example/ -r '*.fna' |
Revision as of 10:48, 25 August 2022
Bagel 4
Bagel 4 has been made available via /opt/netapps/. To set up your environment run the following script or add it to your ~/.bashrc file to do it automatically when you open a terminal:
source /opt/netapps/bagel/bagel-setup.sh
Run the following command to test if it is working:
mkdir -p ~/bagel/tmp/examplesession/ && bagel4_wrapper.pl -s ~/bagel/tmp/examplesession/ -query /opt/netapps/bagel/bagel4_2022/example/ -r '*.fna'