simroux / VirSorter

Source code of the VirSorter tool, also available as an App on CyVerse/iVirus (https://de.iplantcollaborative.org/de/)
GNU General Public License v2.0
104 stars 30 forks source link

VIRSorter_phage-signal.csv and VIRSorter_affi-contigs.csv missing, with no predicted viral sequences #81

Closed Handymanalan closed 3 years ago

Handymanalan commented 3 years ago

Hi Simon,

I have installed VirSorter but I am getting this error when running:

/srv/scratch/z3336178/anaconda/envs/virsorter/bin/blastp: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory Can't open '/srv/scratch/z3336178/NovaSeq/VirSorter2/Prophages/2017_VS/Test/bin.168.contigs_Out/Contigs_prots_vs_Phage_Gene_unclustered.tab' for reading: 'No such file or directory' at /srv/scratch/z3336178/anaconda/envs/virsorter/bin/Scripts/Step_2_merge_contigs_annotation.pl line 79 Can't open '/srv/scratch/z3336178/NovaSeq/VirSorter2/Prophages/2017_VS/Test/bin.168.contigs_Out/VIRSorter_affi-contigs.csv' for reading: 'No such file or directory' at /srv/scratch/z3336178/anaconda/envs/virsorter/bin/Scripts/Step_3_highlight_phage_signal.pl line 64 Can't open '/srv/scratch/z3336178/NovaSeq/VirSorter2/Prophages/2017_VS/Test/bin.168.contigs_Out/VIRSorter_phage-signal.csv' for reading: 'No such file or directory' at /srv/scratch/z3336178/anaconda/envs/virsorter/bin/Scripts/Step_4_summarize_phage_signal.pl line 84

I ran it with this loop command: for file in *.fa; do tag=${file%.fa}; wrapper_phage_contigs_sorter_iPlant.pl -f "$tag".fa --no_c --db 1 --wdir /srv/scratch/z3336178/NovaSeq/VirSorter2/Prophages/2017_VS/Test/"$tag"_Out --ncpu 8 --data-dir /srv/scratch/z3336178/VirSorterDatabase/virsorter-data; done

The resulting VIRSorter_global-phage-signal.csv is empty and there are no predicted viral sequences. As I see VIRSorter_affi-contigs.csv and VIRSorter_phage-signal.csv are missing too.

I have tried your solution by installing openssl (conda install -c anaconda openssl) from issue #39 but it didn't work too.

Attached are my log and error reports if you need them. out.txt err.txt

Thanks!

Cheers

Alan

simroux commented 3 years ago

Right, it seems similar to issue #39, which goes beyond VirSorter unfortunately :-( Any better luck with the "--diamond" option, which uses diamond instead of blastp ?

Handymanalan commented 3 years ago

Thanks I will try that and let you know

Handymanalan commented 3 years ago

Sorry for the late reply but the "--diamond" option works!

Cheers

Alan