"This is a new dataset and not all of its data are available yet" for 4 hours with trimmomatic

I have been waiting for Trimmomatic to run for 5 hours, but it still says, “This is a new dataset, and not all of its data are available yet.” How can I fix this problem? Should I keep waiting, or take another course of action?

Thanks,
Jack

1 Like

Hi,

I have problem running trimmomatic. First i concatenated forward files to one and reverse into other. After this i have run Fastqc for the quality which shows the format sanger/illumina 1.9. After running Trimmomatic tool I got red error msg as below. Please guide me.

Thank you

Vijay

Arguments:

  • -mx8G

  • -jar

  • /mnt/galaxy/tools/trimmomatic/0.32/pjbriggs/trimmomatic/f8a9a5eaca8a/trimmomatic-0.32.jar

  • PE

  • -threads

  • 4

  • -phred33

  • /mnt/galaxy/files/000/dataset_84.dat

  • /mnt/galaxy/files/000/dataset_83.dat

  • /mnt/galaxy/files/000/dat

1 Like

Hi @vijay

More information is needed to troubleshoot the error. This recent Q&A covers the minimum we need to know. Trimmomatic also does not have any known server-side issue at this time at any usegalaxy.* server. But – it looks like you may be working at your own Galaxy server. If so, maybe see if you can reproduce the problem at a public Galaxy server? BWA-MEM not working.

You might be able to find out what is wrong and fix it by reviewing the bug message itself or the stderr or stdout on the Job details report (“i” icon in an expanded dataset). You can post back anything you don’t understand and we can try to help more.

And hello @Jack_Cummins

Longer job queue times are expected across public Galaxy servers. Much prior Q&A covers this along with FAQs, etc.

I’ve added tags to this post that cover both situations.

Thanks!

HI,

Thank you for the reply. Sorry, i should have mentioned previously that I am using AWS for the Galaxy. I run the Trimmomatic tool again it gave me the same error. Below is the stdout and stderr msg i got.
Thank you
Vijay
Stderr msg
Fatal error: Exit code 1 ()
Trimmomatic did not finish successfully

stdout msg is below
Arguments:

  • -mx8G
  • -jar
  • /mnt/galaxy/tools/trimmomatic/0.32/pjbriggs/trimmomatic/f8a9a5eaca8a/trimmomatic-0.32.jar
  • PE
  • -threads
  • 4
  • -phred33
  • /mnt/galaxy/files/000/dataset_40.dat
  • /mnt/galaxy/files/000/dataset_38.dat
  • /mnt/galaxy/files/000/dataset_138.dat
  • /mnt/galaxy/files/000/dataset_140.dat
  • /mnt/galaxy/files/000/dataset_139.dat
  • /mnt/galaxy/files/000/dataset_141.dat
  • ILLUMINACLIP:/mnt/galaxy/tools/trimmomatic/0.32/pjbriggs/trimmomatic/f8a9a5eaca8a/adapters/NexteraPE-PE.fa:2:30:10
  • LEADING:3
  • TRAILING:3
    TrimmomaticPE: Started with arguments: -threads 4 -phred33 /mnt/galaxy/files/000/dataset_40.dat /mnt/galaxy/files/000/dataset_38.dat /mnt/galaxy/files/000/dataset_138.dat /mnt/galaxy/files/000/dataset_140.dat /mnt/galaxy/files/000/dataset_139.dat /mnt/galaxy/files/000/dataset_141.dat ILLUMINACLIP:/mnt/galaxy/tools/trimmomatic/0.32/pjbriggs/trimmomatic/f8a9a5eaca8a/adapters/NexteraPE-PE.fa:2:30:10 LEADING:3 TRAILING:3
    Using PrefixPair: ‘AGATGTGTATAAGAGACAG’ and ‘AGATGTGTATAAGAGACAG’
    Using Long Clipping Sequence: ‘GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG’
    Using Long Clipping Sequence: ‘TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG’
    Using Long Clipping Sequence: ‘CTGTCTCTTATACACATCTCCGAGCCCACGAGAC’
    Using Long Clipping Sequence: ‘CTGTCTCTTATACACATCTGACGCTGCCGACGA’
    ILLUMINACLIP: Using 1 prefix pairs, 4 forward/reverse sequences, 0 forward only sequences, 0 reverse only sequences
    Java HotSpot™ 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000788e80000, 924319744, 0) failed; error=‘Cannot allocate memory’ (errno=12)

There is insufficient memory for the Java Runtime Environment to continue.

Native memory allocation (mmap) failed to map 924319744 bytes for committing reserved memory.

An error report file with more information is saved as:

/mnt/galaxy/tmp/job_working_directory/000/99/working/hs_err_pid25056.log

Exit status: 0

1 Like

Hi @vijay

I see a few issues:

  1. The error states the job does not have enough memory to process. You probably need to start up a cloud Galaxy on a high-memory default server.

  2. The version of the Trimmomatic wrapper is outdated. It is the version included in the older Cloudman release, and it was specifically problematic in the past. You can always update tools in your own Galaxy server but that won’t be enough for this situation – the updated tool version will not run well (or at all) in the older Cloudman appliance, plus your configuration choices do not have enough memory allocated.

What to do:

Use the GVL version of the Galaxy cloud appliance and choose a larger high-memory server type. It is based on a more recent Galaxy release (20.01), has pre-installed updated tools, and runs more reliably overall. https://launch.usegalaxy.org/catalog

Thanks!

HI,

Thank you for the reply. I will use higher memory. Will Trimmomatic tool work fine if i increase memory with older Cloudman. If it doesn’t work can you please suggest me other option to run trimmomatic tool.

Thank you
Vijay

HI,

Sorry i missed some parts of your email. My question is if i use use GVL version of the galaxy cloud appliance do i need to to restart everything from the scratch or can i start from where i stopped. I have very huge files which i already uploaded on to Galaxy server. Can you please suggest me.

Thank you
Vijay