Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phage prediction tools to include #1

Closed
5 tasks
replikation opened this issue Aug 4, 2019 · 8 comments
Closed
5 tasks

Phage prediction tools to include #1

replikation opened this issue Aug 4, 2019 · 8 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@replikation
Copy link
Owner

replikation commented Aug 4, 2019

List of Tools

Implement?

Prophage-tools

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

other interesting tools

Not possible to implement

@replikation replikation self-assigned this Aug 4, 2019
@replikation replikation added the documentation Improvements or additions to documentation label Aug 4, 2019
@replikation replikation changed the title Tools Phage prediction tools to include Aug 4, 2019
@replikation
Copy link
Owner Author

replikation commented Aug 4, 2019

@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
Copy link
Owner Author

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
Copy link
Owner Author

alternatively link to a Docker file if one exists

@replikation replikation added this to the All Dockerfiles created milestone Aug 6, 2019
@replikation
Copy link
Owner Author

replikation commented Aug 14, 2019

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.

Repository owner deleted a comment from mult1fractal Aug 20, 2019
Repository owner deleted a comment from mult1fractal Aug 20, 2019
Repository owner deleted a comment from mult1fractal Aug 20, 2019
@hoelzer
Copy link
Collaborator

hoelzer commented Nov 15, 2019

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

@hoelzer
Copy link
Collaborator

hoelzer commented Dec 13, 2019

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

@hoelzer
Copy link
Collaborator

hoelzer commented Feb 24, 2020

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

@replikation replikation removed this from the All Dockerfiles created milestone May 8, 2020
Repository owner deleted a comment from replikation Oct 29, 2020
Repository owner deleted a comment from replikation Oct 29, 2020
Repository owner deleted a comment from replikation Oct 29, 2020
Repository owner deleted a comment from hoelzer Oct 29, 2020
Repository owner deleted a comment from replikation Oct 29, 2020
Repository owner deleted a comment from phiweger Oct 29, 2020
@hoelzer
Copy link
Collaborator

hoelzer commented Jan 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants