simroux / VirSorter

Source code of the VirSorter tool, also available as an App on CyVerse/iVirus (https://de.iplantcollaborative.org/de/)
GNU General Public License v2.0
104 stars 30 forks source link

Availability #1

Closed shaman-narayanasamy closed 8 years ago

shaman-narayanasamy commented 9 years ago

Dear authors,

Is this tool available as a stand alone? I am trying to run it on the iPlant platform, but it says the tool is unavailable.

simroux commented 9 years ago

Dear Shaman,

Unfortunately, VirSorter on iPlant is indeed unavailable for now, we are actively working on solving this issue. You can download the source code here, however you will also need to install the different dependencies (blast, hmmsearch, metagene annotator), and download the different databases (the ones specific of VirSorter are available on iPlant : /iplant/home/shared/imicrobe/VirSorter/Database, and VirSorter also requires PFAM_27).

simroux commented 8 years ago

Dear Shaman,

VirSorter is back live on iPlant, and a new version adapted for Docker (https://www.docker.com) is available on this github repository, which should make the install of VirSorter as a stand-alone tool on a linux-base cluster easier.

shaman-narayanasamy commented 8 years ago

Hi Sim,

Thanks for the update. The instructions is slightly incorrect:

I tried:

$ docker pull discoenv/virsorter
Pulling repository discoenv/virsorter
Tag latest not found in repository discoenv/virsorter

I tried this, and it started pulling the docker repository:

$ docker pull discoenv/virsorter:v1.0.3

I guess docker looks for the "latest" tag by default.

Best, Shaman

simroux commented 8 years ago

Hi Shaman,

You're right, I forgot about this, I'll modify the instruction now. Hope
that VirSorter will work on your side now !

Best,

Simon

On Tue, 06 Oct 2015 18:36:16 -0400, Shaman notifications@github.com
wrote:

Hi Sim,

Thanks for the update. The instructions is slightly incorrect:

I tried: $ docker pull discoenv/virsorter Pulling repository discoenv/virsorter Tag latest not found in repository discoenv/virsorter

I then tried this: $ docker pull discoenv/virsorter:v1.0.3

I guess docker looks for the "latest" tag by default.

Best, Shaman

— Reply to this email directly or view it on GitHub.