Open paulamaza opened 1 year ago
What's operating system (OS) you are using? Only Linux is supported currently.
Thanks for the reply. I think that I'm using Linux OS with "conda" . Im working on a macOS Monterey (version 12.0.1) processor 2,4 GHz 8-Core Intel Core i9 I ran without problem the viral sequence identification on a test dataset and the visorter step1 (script: virsorter run --keep-original-seq -i 5seq.fa -w vs2-pass1 --include-groups dsDNAphage,ssDNA --min-length 5000 --min-score 0.5 -j 28 all) The problem comes with step 2: virsorter run --seqname-suffix-off --viral-gene-enrich-off --provirus-off --prep-for-dramv -i checkv/combined.fna -w vs2-pass2 --include-groups dsDNAphage,ssDNA --min-length 5000 --min-score 0.5 -j 28 all
On the other hand, I tried to install virsorter on Linux system using Binder platform without success:
(notebook) jovyan@jupyter-paulamaza-2dmy-2dfirst-2dbinder-2dxhzhhezk:~$ conda create -n vs2 -c conda-forge -c bioconda "python>=3.6" scikit-learn=0.22.1 imbalanced-learn pandas seaborn hmmer==3.3 prodigal screed ruamel.yaml "snakemake>=5.18,<=5.26" click mamba Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): | (notebook) jovyan@jupyter-paulamaza-2dmy-2dfirst-2dbinder-2dxhzhhezk:~$ conda activate vs2
EnvironmentNameNotFound: Could not find conda environment: vs2
You can list all discoverable environments with conda info --envs
.
Hi, MacOS is not Linux. The installation does not work on binder jupyter-notebook.. If you do not have access to Linux computer or server, your best bet is to use virtual machines such as virtualbox or vagrant on your Mac.
I appreciate some help, thanks, I got this error :
[2023-03-16 20:32 INFO] # of seqs < 5000 bp and removed: 14 [2023-03-16 20:32 INFO] # of circular seqs: 2 [2023-03-16 20:32 INFO] # of linear seqs : 665 [2023-03-16 20:32 INFO] Finish spliting circular contig file with common rbs [2023-03-16 20:32 INFO] Finish spliting linear contig file with common rbs [2023-03-16 20:33 INFO] Step 1 - preprocess finished. [2023-03-16 21:03 INFO] Step 2 - extract-feature finished. sed: 1: "s/(||full([[:space:]] ...": \2 not defined in the RE [Thu Mar 16 21:04:17 2023] Error in rule finalize: jobid: 7 output: final-viral-combined.fa, final-viral-score.tsv conda-env: /Users/paulamaza/Visorter/db/conda_envs/b19043f6 shell:
Exiting because a job execution failed. Look above for error message
*** An error occurred. Detailed errors may not be printed for certain rules. Refer to the log file of the failed command for troubleshooting Issues can be raised at: https://github.com/jiarong/VirSorter2/issues Or send an email to virsorter2 near gmail.com if you do not use GitHub