Commit 829fd1eb authored by Alexandra Stanova's avatar Alexandra Stanova
Browse files

add more description, change words

parent 33cba618
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -2,15 +2,16 @@
title: Profile-HMM of coronavirus sequence
---

# Solution using hmmer
# Expects you have obtained data (explained on page1), expects aligned sequences

```bash
apt get hmmer
pip3 install pyfasta
pyfasta split --header "fff/%(seqid)s.fasta" all.fasta
hmmbuild MN908947.hmm MN908947.fasta
hmmbuild output.hmm input_sequence.fasta
```
#(repeat for each sequence all call for all files in directory using bash command)

# Another possible solution

# Another possible solution in r 
# large memory requirements
Read fasta files with sequences: