-
Notifications
You must be signed in to change notification settings - Fork 15
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
subprocess.py #41
Comments
Hi Andrea, We usually get this error when one of the files necessary for the execution of the subprocess is missing or cannot be opened by the program (restricted permission). Can you confirm that the file "rename_fasta_seqID.py" exists in the MitoFinder directory. Let me know what happens. |
That didn't appear to work. I am trying to get this re-installed on an HPC that I had it working on. I currently have it running on another server as well (working off of 2 HPCs :) Anyways, it was working, and then just stopped and spit out the error. I then removed and reinstalled, and get the error noted below. Now running MitoFinder ... Start time : 2022-11-28 10:35:00 Job name = S023 Creating Output directory : /data/mcfadden/smoaleman/hailey/mitos/antipath/S023 Program folders: Gene named "HEG" in the reference file is not recognized by MitoFinder. Formatting database for mitochondrial contigs identification... MitoFinder found 3 contigs matching provided mitochondrial reference(s) Creating summary statistics for mtDNA contig 1 Traceback (most recent call last): |
I am very sorry for the inconvenience.. Let me know what you think, |
Trying to get singularity installed. Running into some issues but working on it...thanks! |
Hi, It may be too late, but Benoit Nabholz seems to have found a solution to solve the problem as suggested here. Thank you in advance, |
This solved my problems too. |
Hi Remi,
Have you seen this error before? I checked my /usr/lib/python2.7 directory and that subprocess.py file is present.
Cheers,
Andrea
Formatting database for mitochondrial contigs identification...
Running mitochondrial contigs identification step...
MitoFinder found 3 contigs matching provided mitochondrial reference(s)
Did not check for circularization
Creating summary statistics for mtDNA contig 1
Traceback (most recent call last):
File "/data/mcfadden/aquattrini/PROGRAMS/MitoFinder/mitofinder", line 1209, in
rename = Popen(args1, stdout=open(os.devnull, 'wb'))
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: