Luca Zoccarato

Results 7 comments of Luca Zoccarato

Thanks a lot for making this code! I am trying it out with one of my samples but I get the following error: ``` Traceback (most recent call last): File...

Guess the issue is still there as now I got: ``` Traceback (most recent call last): File "/gpfs/data/fs71579/lucaz/_TOOLs/visualize.py", line 130, in main() File "/gpfs/data/fs71579/lucaz/_TOOLs/visualize.py", line 38, in main start1, end1...

How did you get the plot with just the '.visual' file? Maybe I am prompting the command wrongly? `python _TOOLs/visualize.py _input/genome_1.fa _input/genome_2.fa FastANI_test.out FastANI_test.png`

🙈 what a dumb error...sorry and thanks for answering! I am aware of the size but still it's a nice way to visualize rearrangements between 2 assemblies. However now I...

It works now, thanks for the fast fixing! Yes, the fasta files are multi-record but because they are from Eukaryotes so each sequence represent a different chromosome. The regions of...

I had the same problem and could solve it by simply downgrading the tbb library: `conda install tbb=2020.2`