replikation / What_the_Phage

WtP: Phage identification via nextflow and docker or singularity
https://mult1fractal.github.io/wtp-documentation/
GNU General Public License v3.0
103 stars 15 forks source link

checkV output #135

Closed ntromas closed 3 years ago

ntromas commented 3 years ago

Dear WTP team,

Thanks for this excellent pipeline! I played a bit with my dataset and I got 86 viral positive contigs. However, the output from checkV only found very few with viral gene. Is checkV too conservative?

My second question concerns the prophage prediction, is there a way to separate potential viral contigs to potential prophage contigs?

Thanks!

Nico

mult1fractal commented 3 years ago

Hey @ntromas Thanks for the positive feedback!

1) We are running CheckV with default settings... but if you want to use different settings you can also use the docker container nanozoo/checkv:0.6.0--e97f45e but make sure you start the container in the folder where the checkV database is located... or mount the database into the docker container.

2) We are currently working on a scoring system (probably in august as new release)... I will put your suggestion on my to do 👍🏽 but for now: using the raw output from checkV

Hope it helps!

Mike