-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have an issue when running the pipeline with a personal comparison of my own genomes.
I used the proposed command line (python runner_personal.py -t 4 /absolute/path/to/folder/with/genes/) and in the "folder with genes" it creates a ¨_conspecific¨ folder, that contains a "database"and a ¨script" folder.
The problem is that the pipeline systematically creates copies of the master conspecifix folder within the ¨scripts" folder, and then tries to create again the same folder structure, giving an infinite master>folder with genes> script >master>folder with genes> script >...
It is copying the same folder again and again in the scripts directory, filling up the harddrive until the maximum writing path length is achieved or until the drive is full, giving an error prompt.
Is this how the pipeline is suposed to work?
Thanks!