Bagel4: Difference between revisions

From LWP-Wiki
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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:software-faq]]
== 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 on the LWP via the network drive '''/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'

Latest revision as of 11:00, 28 February 2023


Bagel 4


Bagel 4 has been made available on the LWP via the network drive /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'