Closed smoothyly closed 7 months ago
@laisecf Any help would be appreciated
Hello! I can't reproduce this issue here, but it seems to be a permission problem (what's happening is that, in the process of mounting the volume, singularity doesn't have permission to access the folders where the files are located). The files it's trying to access (e.g. /backup/liuli/super/interproscan/interproscan-5.67-99.0/data/ncbifam/12.0/ncbifam.hmm) actually exist, right? I found this similar problem (maybe it helps): https://github.com/apptainer/singularity/issues/1833
PS: Based on the name of the sif file, the container appears to have been created for InterProScan 5.63-95.0, but you're using data from InterProScan 5.67-99.0, so the job will probably fail.
Thank you!
Thank you for your help!
Sadly, I am not a root user. I'm using the school's server.
Actually,I am confused about -B parameter ,My interproscan folder is located at /home/liuli/interproscan-5.63-95.0/data ,and my sequence file is located at /home/liuli/ .However, no matter how I set it always produces an error :
head: cannot open '/data/outfile/query.0.xml' for reading: No such file or directory tail: cannot open '/data/outfile/query.0.xml' for reading: No such file or directory head: cannot open '/data/outfile/query.0.gff3' for reading: No such file or directory rm: cannot remove '/data/outfile/query*': No such file or directory rm: cannot remove 'temp/gpu04_20240411_113001405_jkit/jobMobiDBLite': Directory not empty rm: cannot remove 'temp/gpu04_20240411_102151066_6ryw/jobGene3d/.nfs00000000006138e7000070fe': Device or resource busy rm: cannot remove 'temp/gpu04_20240411_102151066_6ryw/jobGene3d/.nfs00000000006138e6000070ff': Device or resource busy rm: cannot remove 'temp/gpu04_20240411_102151066_6ryw/jobGene3d/.nfs00000000006138e5000070fd': Device or resource busy rm: cannot remove 'temp/gpu04_20240411_112739772_5zpm/jobMobiDBLite/.nfs0000000000616a400000719f': Device or resource busy rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/kvstore/proteinNotInLookupDB': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/kvstore/entryDB': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/kvstore/NucleotideDB': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/kvstore/matchDB': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/kvstore/proteinDB': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobFunFam': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobPrositePatterns': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobGene3d': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobSMART': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobPRINTS': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobMobiDBLite': Directory not empty rm: cannot remove 'temp/gpu04_20240411_104917554_aye9/jobPanther': Directory not empty rm: cannot remove 'temp/gpu04_20240411_112528966_affb/jobMobiDBLite': Directory not empty rm: cannot remove 'output.fasta': No such file or directory
I try to search the query.0.xml file ,but it can not be found .
PS: The tutorial https://agbase-docs.readthedocs.io/en/latest/interproscan/using_iprs_cmd.html#running-interproscan-using-docker I referenced shows data from a different version
Hello! This tutorial documentation is from another organization. Can you try using our image and documentation? https://interproscan-docs.readthedocs.io/en/latest/HowToUseViaContainer.html#using-singularity
Thank you!
when i run the slurm script
it's references to https://interproscan-docs.readthedocs.io/en/latest/HowToUseViaContainer.html and I got a error
so, what can i do for my error? Any help would be appreciated.