SionBayliss / PIRATE

A toolbox for pangenome analysis and threshold evaluation.
GNU General Public License v3.0
88 stars 29 forks source link

- ERROR: link_clusters.pl failed. #78

Closed fengyuchengdu closed 2 years ago

fengyuchengdu commented 2 years ago

I have a large dataset (~13000 genomes). The program somehow stopped due to low space of disk during "parsing paralogues" and I wanted to re-run the analysis without re-creating pangenome and classifying paralogues using the command below

PIRATE -i ./13383_gff/ -o ./13383_pirate_output -t 32 --pan-off --para-off

however it always threw out an error saying "

Linking clusters between thresholds:

since there was no other informative message from the log, I'm wondering how I can solve this problem

Many thanks,

Feng Yu

SionBayliss commented 2 years ago

Hi,

If you had an issue with available space then a file may have not been correctly formed which is likely contributing to this error. I would suggest recreating the pangenome and ensuring you have additional space.

All the best, Sion