Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename.sh not found #394

Open
jlw-ecoevo opened this issue Jan 30, 2025 · 0 comments
Open

rename.sh not found #394

jlw-ecoevo opened this issue Jan 30, 2025 · 0 comments

Comments

@jlw-ecoevo
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant