Skip to content

Latest commit

 

History

History
87 lines (45 loc) · 2.87 KB

tutorial.md

File metadata and controls

87 lines (45 loc) · 2.87 KB

FunVIP Tutorial

This is basic tutorial for how to run FunVIP In this tutorial, we will run FunVIP with already prepared input files.



Prerequisites

Conda environment should be installed to follow the tutorial



1. Install FunVIP by following instructions, depending on your os system



2. Prepare database and query file

Here, we'll going to use Aspergillus section Terrei dataset from the paper (link will be added after publication)

Download database and query file by clicking

If your directory looks like this you are going well

image



3. Run FunVIP

Turn on your FunVIP conda environment

  • conda activate FunVIP

image

A. Your environment should be "FunVIP"

B. Your current directory should be the place where your database and query file exists

Now you are ready to go. Run FunVIP with single command.

  • FunVIP --db FunVIP_Aspergillus_db.xlsx --query FunID_Aspergillus_query.xlsx --email <your email> --gene ITS BenA CaM RPB2 --preset fast --level section

image

If you see the sign, "FunVIP ended in XXX.Xs", FunVIP has well performed without critical error.



4. See results

Open the result directory. The default result directory will be named by timestamp when you run the program. ex) 20240118-101519

Your result directory will look like this image

There are bunch of information here, but we will concentrate on result and phylogenetic trees.

  • See <TIMESTAMP>.result.csv file to see overall results image

  • See ./07_Tree/<TIMESTAMP>_Terrei_concatenated.svg to see phylogenetic tree

image