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
Hi! Trying to get DRAM2 installed on my HPC and finally got all the data directories, etc correct. I'm now running into the following error when running dram on a test dataset consisting of one genome and not totally sure what is causing it. I don't see a rename.sh script in the DRAM2 repository, but perhaps this comes from a dependency?
Command: nextflow run DRAM --rename --input_fasta test_data/
Error:
ERROR ~ Error executing process > 'RENAME_FASTA (GCA_944384745-1_genomic)'
Caused by:
Process `RENAME_FASTA (GCA_944384745-1_genomic)` terminated with an error exit status (127)
Command executed:
rename.sh \
in=GCA_944384745.1_genomic.fna \
out=GCA_944384745-1_genomic_renamed.fna \
prefix=GCA_944384745-1_genomic \
addprefix=t
Command exit status:
127
Command output:
(empty)
Command error:
/cm/local/apps/environment-modules/4.0.0//init/bash: line 15: MODULES_USE_COMPAT_VERSION: unbound variable
/cm/local/apps/environment-modules/4.0.0//init/bash: line 15: MODULES_USE_COMPAT_VERSION: unbound variable
.command.sh: line 3: rename.sh: command not found
Work dir:
/gpfs/projects/WeissmanGroup/gtdb220/work/dc/06ec8b46ae4d6ea4a7076aa3efec6e
Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`
-- Check '.nextflow.log' file for details
The text was updated successfully, but these errors were encountered:
Hi! Trying to get DRAM2 installed on my HPC and finally got all the data directories, etc correct. I'm now running into the following error when running dram on a test dataset consisting of one genome and not totally sure what is causing it. I don't see a rename.sh script in the DRAM2 repository, but perhaps this comes from a dependency?
Command:
nextflow run DRAM --rename --input_fasta test_data/
Error:
The text was updated successfully, but these errors were encountered: