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
In the CAT_DB process, the subdirectories names are hardcoded (to database and taxonomy), which is problematic because the newer versions of the CAT database these directories renames to db and tax.
Furthermore, the symlinking of these subdirectories in the process might be posing an issue when running using singularity.
ERROR ~ Error executing process >'NFCORE_MAG:MAG:CAT_DB (20231120_CAT_nr)'
Caused by:
Missing output file(s) `database/*` expected by process `NFCORE_MAG:MAG:CAT_DB (20231120_CAT_nr)`
Command executed:
if [[ 20231120_CAT_nr !=*.tar.gz ]];then
ln -sr `find 20231120_CAT_nr/ -type d -name "*taxonomy*"` taxonomy
ln -sr `find 20231120_CAT_nr/ -type d -name "*database*"` database
else
mkdir catDB
tar -xf 20231120_CAT_nr -C catDB
mv `find catDB/ -type d -name "*taxonomy*"` taxonomy/
mv `find catDB/ -type d -name "*database*"` database/
fi
cat <<-END_VERSIONS > versions.yml "NFCORE_MAG:MAG:CAT_DB": tar: $(tar --version 2>&1| sed -n 1p | sed 's/tar (GNU tar) //') END_VERSIONSCommand exit status: 0Command output: (empty)Work dir: /home/lucia_winkler/nf-temp/26/59a97e2b1eb9ced31d84c2abe2d7d9
Description of the bug
In the CAT_DB process, the subdirectories names are hardcoded (to
database
andtaxonomy
), which is problematic because the newer versions of the CAT database these directories renames todb
andtax
.Furthermore, the symlinking of these subdirectories in the process might be posing an issue when running using singularity.
Command used and terminal output
Relevant files
No response
System information
No response
Tasks
The text was updated successfully, but these errors were encountered: