benhid / pyMSA

Scoring multiple sequence alignments with Python
MIT License
21 stars 10 forks source link

Tutorial Issues #10

Open multimeric opened 3 years ago

multimeric commented 3 years ago

The tutorial PDF is very helpful, I just noticed some issues in it:

a1ultima commented 3 years ago

I noticed your tutorial on using pyMSA: https://github.com/benhid/pyMSA/blob/master/resources/tutorial-pymsa.pdf

refers to a script that is actually missing from the repo (https://github.com/benhid/pyMSA/blob/master) itself, specifically a python file called: benchmark.py

In the tutorial you use it as follows: benchmark.py --input ~/msa.txt

However, benchmark.py does not exist anywhere in this repo.