tseemann / nullarbor

:floppy_disk: :page_with_curl: "Reads to report" for public health and clinical microbiology
GNU General Public License v2.0
134 stars 37 forks source link

Could not find 'trimmomatic' #177

Closed MARS2280 closed 6 years ago

MARS2280 commented 6 years ago

Hi Mr. tseemann

When I try to check the program. The prompt say:

[19:02:25] ERROR: Could not find 'trimmomatic'. Please install it and ensure it is in the PATH.

Now, I downloaded trimmomatic-0.38 and created links in /usr/local/bin or /usr/bin.

What am I doing wrong?

Thanks in advance!

tseemann commented 6 years ago

Do you have a wrapper script called trimmomatic or did you just copy the .jar file?

You need a wrapper script, like that which bioconda or homebrew install.

MARS2280 commented 6 years ago

I have a trimmomatic.jar file.

I going to find it in bioconda.

Ok, thanks a lot!

El mar., 10 jul. 2018 a las 19:11, Torsten Seemann (< notifications@github.com>) escribió:

Do you have a wrapper script called trimmomatic or did you just copy the .jar file?

You need a wrapper script, like that which bioconda or homebrew install.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tseemann/nullarbor/issues/177#issuecomment-404004232, or mute the thread https://github.com/notifications/unsubscribe-auth/AI8wpwjZejwnRjulszrwmSLsn-X2ca-Xks5uFUKWgaJpZM4VKTL7 .

-- Manuel A. Ramírez Sáenz, MSc (c). BSc. E.A.P. Genetica y Biotecnologia - UNMSM Especialista en Bioinformático Celular 969212860

Munnj90 commented 5 years ago

Hi all,

I've got the same issues:

ubuntu@munnj90:~$ sudo ./nullarbor/bin/nullarbor.pl --check [10:53:19] Hello root [10:53:19] This is nullarbor.pl 2.0.20181010 [10:53:19] Send complaints to Torsten Seemann [10:53:20] Found Perl module: Bio::SeqIO [10:53:20] Found Perl module: Cwd [10:53:20] Found Perl module: Sys::Hostname [10:53:20] Found Perl module: Time::Piece [10:53:20] Found Perl module: List::Util [10:53:20] Found Perl module: YAML::Tiny [10:53:20] Found Perl module: Moo [10:53:20] Found Perl module: Path::Tiny [10:53:20] Found Perl module: File::Copy [10:53:20] Found Perl module: File::Spec [10:53:20] Found Perl module: File::Path [10:53:20] Found Perl module: Data::Dumper [10:53:20] Found Perl module: Term::ANSIColor [10:53:20] Found Perl module: SVG [10:53:20] Found Perl module: Text::CSV [10:53:20] Found Perl module: List::MoreUtils [10:53:20] Found Perl module: IO::File [10:53:20] Found 'head' => /usr/bin/head [10:53:20] Found 'cat' => /bin/cat [10:53:20] Found 'install' => /usr/bin/install [10:53:20] Found 'env' => /usr/bin/env [10:53:20] Found 'nl' => /usr/bin/nl [10:53:20] Found 'grep' => /bin/grep [10:53:20] Found 'touch' => /usr/bin/touch [10:53:20] Found 'seqtk' => /usr/bin/seqtk [10:53:20] ERROR: Could not find 'trimmomatic'. Please install it and ensure it is in the PATH. ubuntu@munnj90:~$ trimmomatic Usage: PE [-version] [-threads ] [-phred33|-phred64] [-trimlog ] [-summary ] [-quiet] [-validatePairs] [-basein | ] [-baseout | ] ... or: SE [-version] [-threads ] [-phred33|-phred64] [-trimlog ] [-summary ] [-quiet] ... or: -version ``

I installed trimmomatic with homebrew and its in my path.

Any advice would be appreciated!

Best wishes, John.