Open LucileSol opened 1 year ago
The issue here is that you want to copy a selected folder after the pipeline has finished. Until we have automated selection of a best run, there's no way to know during the run which folder you want to copy. If we remove the AED or LD information, then files will collide I think. The only way to solve this in the current state is manual copying so you select the correct run. Edit: You only have one pairing in your example above, but then the workflow would need to calculate the number of pairings and only remove the aed and ld folder when the number of pairings is one.
I see so what I did was rerun the pipeline with my chosen parameter to have them directly copied in the augustus folder, but I see that just copying the folder would work (if given the proper species name).
It would be nice to have a method to auto select, but we can also perhaps just have a make file/shell script with targets or something that one can just run to copy the folder and rename it. We can try that when I'm back
I am running the abinitio pipeline with :
params.yml :
and the following command line :
Instead of creating me a folder called
Lin_leo
in/projects/references/augustus/config/species/
It is creating me a folder calledLD-1500_AED-0.05
in/projects/references/augustus/config/species/
with inside the folderLin_leo
.My problem then is when I run maker, maker does not find the folder
Lin_leo
and then fail.