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! I am trying to run DRAM2 on an HPC cluster using the singularity_slurm profile.
The COMBINE_ANNOTATIONS step fails because the file .._sql_formatted_viral_hits.csv created at the previous stage SQL_VIRAL cannot be opened.
combine_annotations.log:
ERROR: Error loading DataFrame for sample Ecoli_strK-12_substrMG1655: [Errno 2] No such file or directory: '/scratch/user/DRAM2/work/78/157d7ff6a66e318a233c38477bd36b/Ecoli_strK_sql_formatted_viral_hits.csv'
However, this file exists at this location. Does anyone know how to fix this problem?
Using the annotation command --annotate --use_viral --use_vogdb
The text was updated successfully, but these errors were encountered:
I resolved the issue by adding the necessary binding path to the singularity scope in nextflow.config. I am new to nextflow, so this might not be the best solution.
Hi! I am trying to run DRAM2 on an HPC cluster using the singularity_slurm profile.
The COMBINE_ANNOTATIONS step fails because the file .._sql_formatted_viral_hits.csv created at the previous stage SQL_VIRAL cannot be opened.
combine_annotations.log:
ERROR: Error loading DataFrame for sample Ecoli_strK-12_substrMG1655: [Errno 2] No such file or directory: '/scratch/user/DRAM2/work/78/157d7ff6a66e318a233c38477bd36b/Ecoli_strK_sql_formatted_viral_hits.csv'
However, this file exists at this location. Does anyone know how to fix this problem?
Using the annotation command --annotate --use_viral --use_vogdb
The text was updated successfully, but these errors were encountered: