BioinformaticsLabAtMUN / sRNARFTarget

A random forest-based model to predict transcriptome-wide targets of sRNAs.
GNU General Public License v3.0
5 stars 5 forks source link

Error in running sRNARFTarget.nf #4

Open meichelman opened 9 months ago

meichelman commented 9 months ago

Hi,

I am trying to run sRNARFTarget with a group of sRNA's against bacterial genomes. I am running into an issue with the initial command: nextflow run sRNARFTarget.nf --s sRNA.fasta --m mRNA.fasta -with-docker penacastillolab/python38env

I first have to use an earlier version of nextflow as the current version is not compatible. So, instead I am running: NXF_VER=21.04.1 nextflow run sRNARFTarget.nf --s sRNA.fasta --m mRNA.fasta -with-docker penacastillolab/python38env. When I run this with my fasta files it produces: BUG! exception in phase 'semantic analysis' in source unit 'Script_28e4bd15' Unsupported class file major version 61

I have tried using nextflow with conda and independently, both produce the same error message.

meichelman commented 5 months ago

I resolved the problem by creating a conda environment with openjdk version 8 installed and the error disappeared.