You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Hello,
I'm using BBmerge to determine which adapter sequences on my short reads (as suggested on http://seqanswers.com/forums/showthread.php?t=63537). I was wondering if you could help with an error I'm getting. When I run this line from my SLURM script:
Hello,
I'm using BBmerge to determine which adapter sequences on my short reads (as suggested on http://seqanswers.com/forums/showthread.php?t=63537). I was wondering if you could help with an error I'm getting. When I run this line from my SLURM script:
scripts="/gpfs/scratch/sjfleck/modulefiles/BBMap/sh"
fastq="/gpfs/scratch/sjfleck/MaSuRCA/my_species"
$scripts/bbmerge.sh $fastq/in1=forward_reads_1.fq.gz $fastq/in2=reverse_reads_2.fq.gz outa=my_species_adapters.fa
Here is the error file I get (I'm separating some lines for clarity):
java -Djava.library.path=/gpfs/scratch/sjfleck/modulefiles/BBMap/sh/jni/ -ea -Xmx1000m -cp /gpfs/scratch/sjfleck/modulefiles/BBMap/sh/current/
in1=forward_reads_1.fq.gz
in2=reverse_reads_2.fq.gz
outa=Ping_moct_adapters.fa
Error: Could not find or load main class jgi.BBMerge
There are a few things I'm immediately noticing:
Any help you could offer would be greatly appreciated. Thank you,
Steve
The text was updated successfully, but these errors were encountered: