Closed yugen-miyahara closed 2 years ago
Hi Yugen, sorry for the late reply. I had quite a busy week. I have not seen this error before.
~/Desktop/vs2_output_novaseq/p2/final-viral-score.tsv
? That can help me find where the issue is.Hi jiarong that's no problem.
I am running this on MacOS and the first time it ran fine but after running checkV output through again it gave the error.
The reason why the first pass worked is that it does not have --prep-for-dramv
. Some code in that option are not supported by MacOS..
I ended up using docker and am now able to successfully run it.
Thank you for your help, Yugen
Hi there,
Running the development version I was able to fix the hmm error and could run the first round of the virsorter SOP fine for my data. But after running checkV and running through virsorter again I get an error. I looked through the log files and couldn't find anything and I couldn't find any other issue with the same problem.
The code I ran: "virsorter run --seqname-suffix-off --viral-gene-enrich-off --provirus-off --prep-for-dramv -i ~/Desktop/checkV_novaseq_output/1/viruses.fna -w ~/Desktop/vs2_output_novaseq/p2 --include-groups dsDNAphage,ssDNA --min-length 10000 --min-score 0.5 -j 28 all"
Here is the error:
[2022-08-25 00:50 INFO] Step 1 - preprocess finished. [2022-08-25 01:03 INFO] Step 2 - extract-feature finished. sed: 1: "s/(||full([[:space:]] ...": \2 not defined in the RE [Thu Aug 25 01:04:01 2022] Error in rule finalize: jobid: 7 output: final-viral-combined.fa, final-viral-score.tsv conda-env: /Users/yugenuni/VirSorter2/db/conda_envs/2ec0540b 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
Many thanks, Yugen