-
Notifications
You must be signed in to change notification settings - Fork 0
1. Getting started
Siegfried edited this page Jul 21, 2022
·
1 revision
In this section, I will describe what does the software do ; for actual commands, head over the next section.
For WISP to work, you will need :
- A set of reference genomes (downloaded from the NCBI, for instance) or a accession file (assembly_summary like).
- A genomic or metagenomic sample, in
.fastq
or.fna
file format.
- Download your reference genomes, and put them inside something like
genomes/train
. - [Optional] Filter out genomes you don't want for your database with
utilities.py
tools. - Use WISP
utilities.py
to rename those accordingly to the file system the software uses. - Put your unknown samples inside something like
genomes/unk
. - [Optional] Treat them if you need to with the provided
utilities.py
script. - Create the database using
wisp.py
, if not already created. - Do predictions using
wisp.py
. - [Optional] Use
utilities.py
to do comparative analysis, feature analysis, database analysis and more.
WISP : Bacterial families identification from long reads, machine learning with XGBoost