-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi there,
I am running Broccoli with an expanded dataset (around 3000 multifasta files from bacteria) as input. The expanded dataset containd a subset that I have used before as input and it worked fine. The only error reported was:
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "path/envs/env-broccoli/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "path/envs/env-broccoli/lib/python3.6/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
File "path/software/Broccoli-1.2/scripts/broccoli_step2.py", line 378, in process_file
a = subprocess.check_output(path_fasttree + ' -quiet -nosupport -fastest -bionj -pseudo ' + insert + ' -n ' + str(nb_alis) + ' ' + str(Path(out_dir / name_ali_file)) + ' 2>&1', shell=True)
File "path/envs/env-broccoli/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "path/envs/env-broccoli/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'path/software/FastTree -quiet -nosupport -fastest -bionj -pseudo -n 0 dir_step2/alis_2247.phy 2>&1' returned non-zero exit status 1.
it stops at step2 and it generates, in folder dir_step2, some folders (named with numbers, ex: "2247") which their respective alis_*.phy files are empty (ex: alis_2247.phy) and no log file is generated. Can you please help me with this?