The run error. The MITETracker.py can NOT make subdirectory , here is the "results/xgenome".
my run command: ( in linux)
python3 /usr/local/apps/gb/MITE-Tracker/0.1/MITETracker.py -g $srcdir/$seqf -w $threads -j xgenome
It may be caused by where is the parent dir . Does this script call the current directory or use the directory information from input seq file? It seems the parent dir info passing is wrong.
Error information:
Traceback (most recent call last):
File "/usr/local/apps/gb/MITE-Tracker/0.1/MITETracker.py", line 55, in
os.mkdir("results/" + args.jobname)
FileNotFoundError: [Errno 2] No such file or directory: 'results/xgenome'
The run error. The MITETracker.py can NOT make subdirectory , here is the "results/xgenome".
my run command: ( in linux) python3 /usr/local/apps/gb/MITE-Tracker/0.1/MITETracker.py -g $srcdir/$seqf -w $threads -j xgenome
It may be caused by where is the parent dir . Does this script call the current directory or use the directory information from input seq file? It seems the parent dir info passing is wrong.
Error information: Traceback (most recent call last): File "/usr/local/apps/gb/MITE-Tracker/0.1/MITETracker.py", line 55, in
os.mkdir("results/" + args.jobname)
FileNotFoundError: [Errno 2] No such file or directory: 'results/xgenome'