Tutorial ======== Running the Tutorial -------------------- To run an example set of jobs use the following commands: .. code-block:: bash conda activate snekmer cd resources/tutorial/demo_example bash run_demo.py This will execute the snekmer model, search, and cluster modes in succession on a set of three input families and produce output files for each in output. Running the Learn/Apply Tutorial -------------------- To run an example set of fasta files use the following commands: .. code-block:: bash conda activate snekmer cd resources/tutorial jupyter notebook snekmer_learn_apply_tutorial.ipynb Evaluating Results ------------------ See the :ref:`Accessing Results ` section for more details. *to be continued...*