transcript / samsa2

SAMSA pipeline, version 2.0. An open-source metatranscriptomics pipeline for analyzing microbiome data, built around DIAMOND and customizable reference databases.
GNU General Public License v3.0
54 stars 36 forks source link

test_of_master_script.py #78

Closed spencerlong1 closed 1 year ago

spencerlong1 commented 1 year ago

Hi,

I am just starting with setting up DRAM for the first time, and finding issues with the master script test.

this is the message I get when I run it

(samsa2) [sdl1u18@cyan52 samsa2]$ bash setup_and_test/test_of_master_script_tiny.bash WARNING: THIS IS A TEST RUN. You are running an example script to test SAMSA2 using TINY databases. To run real metatranscriptomes, please download one or both of the databases by running full_database_download.bash located at https://github.com/transcript/samsa2/tree/master/setup. NOTE: Before running this script, please download and run package_installation.bash located at https://github.com/transcript/samsa2/tree/master/setup in order to set up SAMSA2 dependencies.

Using SAMSA at /mainfs/home/sdl1u18/samsa2 setup_and_test/../bash_scripts/lib/common.sh: line 53: java: command not found

I am wondering what this may be- Do I need to install java on my cloud computing environment, and if so what version? I cant spot in common.sh what the exact issue is.

thanks, Spencer

spencerlong1 commented 1 year ago

Seem to have solved this myself, installed openjdk (latest release) and now it is running

transcript commented 1 year ago

Glad to hear! I'll mark this as closed but leave it archived for others who encounter this issue.