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.
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.