What_the_Phage icon indicating copy to clipboard operation
What_the_Phage copied to clipboard

Phage prediction tools to include

Open replikation opened this issue 4 years ago • 8 comments

List of Tools

Implement?

Prophage-tools

  • Phaster
  • Virsorter
  • Phage_Finder
  • ProphET
  • Prophinder
  • PhiSpy
  • uv ?? phiweger

other interesting tools

Not possible to implement

replikation avatar Aug 04 '19 18:08 replikation

@Stormrider935

Martin: klingt cool, hier das paper, die haben so nice DAGs gemacht durch die man sich durch hangeln kann jenachdem o man klinisch arbeitet oder nicht und je nachdem was man predicten will mein fazit bisher: die tools sind alle ein pain-in-the-ass um sie zum laufen zu bekommen und wie gut das ist was sie predicten... really hard to say

replikation avatar Aug 04 '19 20:08 replikation

Proposed Docker install routine for a conda recipe would be this. (dummy code for a tool)

FROM continuumio/miniconda3
ENV VERSION <bioconda-version-of-the-tool>
ENV TOOLNAME <name-of-the-tool>

RUN apt-get update && apt install -y procps && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN conda config --add channels conda-forge && \
    conda config --add channels bioconda && \
    conda config --add channels default

RUN conda install $TOOLNAME=$VERSION && conda clean -a

replikation avatar Aug 06 '19 12:08 replikation

alternatively link to a Docker file if one exists

replikation avatar Aug 06 '19 12:08 replikation

added recommendation from martin:

also edit: dded FastViromeExplorer "In this paper, we developed a stand-alone pipeline called FastViromeExplorer for the detection and abundance quantification of viruses and phages in large metagenomic datasets by performing rapid searches of virus and phage sequence databases. Both simulated and real data from human microbiome and ocean environmental samples are used to validate FastViromeExplorer as a reliable tool to quickly and accurately identify viruses and their abundances in large datasets." Scheint ViromeScan zu schlagen, welches man auch noch in die Liste aufnehmen koennte.

replikation avatar Aug 14 '19 15:08 replikation

I added VirMine to the list, just read the paper and sounds interesting

hoelzer avatar Nov 15 '19 13:11 hoelzer

added VirMiner (now there is a tool called VirMine and another called VirMiner - nice -.-)

hoelzer avatar Dec 13 '19 12:12 hoelzer

vConTACT could be interesting to run on final selected putative phage contigs https://peerj.com/articles/3243/

hoelzer avatar Feb 24 '20 14:02 hoelzer

instead of PhaMers I would suggest to implement PhaMer as suggested here #155

hoelzer avatar Jan 23 '22 20:01 hoelzer