-
Notifications
You must be signed in to change notification settings - Fork 3
Quickstart
This step-by-step guide is intended to get you started with S2F in a couple of minutes. We will go through installing S2F, and making your first prediction.
S2F depends on some standard Python libraries, you can install all of them by running
pip install -r requirements.txt
Before proceeding, make sure thar you have all the external requirements installed in your computer.
S2F comes with an interactive command line installer, simply run
python S2F.py install
and follow the installer instructions.
You will need to download the Gene Ontology go.obo file.
For this guide, let's assumed that you have downloaded a FASTA file (If you don't know where to get one, you can download the Suppplementary Data from our website). Let the name of the FASTA file be target.fasta
The simplest way to make a prediciton is to run the following command
python S2F.py predict --alias myTarget --fasta target.fasta --obo go.obo
The process will then begin, and you will be able to find the results on S2F's installation directory.
Something’s not working for you? Do you think you found an error? Do you want to contribute to the development of S2F? contact us!